Navigation
API > API/Runtime > API/Runtime/InterchangeEngine
Inheritance Hierarchy
- UObject
- UInterchangeMeshUtilities
References
| Module | InterchangeEngine |
| Header | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeMeshUtilities.h |
| Include | #include "InterchangeMeshUtilities.h" |
Syntax
UCLASS (BlueprintType, MinimalAPI)
class UInterchangeMeshUtilities : public UObject
Functions
| Type | Name | Description | |
|---|---|---|---|
| TFuture< bool > | ImportCustomLod
(
UObject* MeshObject, |
This function import a mesh from the source data and add/replace the MeshObject LOD (at LodIndex) with the imported mesh LOD data. | |
| TFuture< bool > | ImportMorphTarget
(
USkeletalMesh* SkeletalMesh, |
This function import a morph target from the source data and add/replace the skeletal mesh morph target. | |
| bool | ScriptedImportMorphTarget
(
USkeletalMesh* SkeletalMesh, |
This function import a morph target from the source data and add/replace the skeletal mesh morph target. | |
| bool | ShowMeshFilePicker
(
FString& OutFilename, |
This function pop a file picker with all meshes supported format. |