Navigation
Unreal Engine C++ API Reference > Developer > MeshReductionInterface
Inheritance Hierarchy
References
Module | MeshReductionInterface |
Header | /Engine/Source/Developer/MeshReductionInterface/Public/IMeshReductionInterfaces.h |
Include | #include "IMeshReductionInterfaces.h" |
Syntax
class IMeshReductionModule :
public [IModuleInterface](API\Runtime\Core\Modules\IModuleInterface),
public [IModularFeature](API\Runtime\Core\Features\IModularFeature)
Remarks
Mesh reduction module interface.
Functions
Type | Name | Description |
---|---|---|
IMeshMerging... | GetDistributedMeshMergingInterface () | Retrieve the distributed mesh merging interface. |
IMeshMerging... | GetMeshMergingInterface () | Retrieve the mesh merging interface. |
const FName | GetModularFeatureName () | Modular feature name to register for retrieval during runtime. |
FString | GetName () | |
IMeshReducti... | GetSkeletalMeshReductionInterface () | Retrieve the static mesh reduction interface. |
IMeshReducti... | GetStaticMeshReductionInterface () | Retrieve the static mesh reduction interface. |