Navigation
API > API/Runtime > API/Runtime/InterchangeEngine
Inheritance Hierarchy
- FInterchangePostImportTask
- FInterchangeSkeletalMeshAlternateSkinWeightPostImportTask
References
| Module | InterchangeEngine |
| Header | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeMeshUtilities.h |
| Include | #include "InterchangeMeshUtilities.h" |
Syntax
class FInterchangeSkeletalMeshAlternateSkinWeightPostImportTask : public FInterchangePostImportTask
Variables
| Type | Name | Description | |
|---|---|---|---|
| FInterchangeReimportAlternateSkinWeight | ReimportAlternateSkinWeightDelegate |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FInterchangeSkeletalMeshAlternateSkinWeightPostImportTask
(
USkeletalMesh* InSkeletalMesh |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | AddLodToReimportAlternate
(
int32 LodToAdd |
||
| void | Execute () |
Typedefs
| Name | Description |
|---|---|
| FInterchangeReimportAlternateSkinWeight | This delegate should execute the following editor function (since we are a runtime module we need this delegate to call the editor function) FSkinWeightsUtilities::ReimportAlternateSkinWeight(SkeletalMesh, LodIndex); |