IMeshReduction::ReduceSkeletalMesh

Reduces the provided skeletal mesh.

Unreal Engine C++ API Reference > Developer > MeshReductionInterface > IMeshReduction

References

   
Module MeshReductionInterface
Header /Engine/Source/Developer/MeshReductionInterface/Public/IMeshReductionInterfaces.h
Include #include "IMeshReductionInterfaces.h"
bool ReduceSkeletalMesh
(
    class [USkeletalMesh](API\Runtime\Engine\Engine\USkeletalMesh) * SkeletalMesh,
    int32 LODIndex,
    const class [ITargetPlatform](API\Developer\TargetPlatform\Interfaces\ITargetPlatform) * TargetPlatform
)

Remarks

Reduces the provided skeletal mesh. true if reduction was successful.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library