Navigation
API > API/Runtime > API/Runtime/InterchangeEngine > API/Runtime/InterchangeEngine/FInterchangeSkel-
Type
typedef TBaseDelegate_TwoParams< bool, USkeletalMesh *, int32 LodIndex > FInterchangeReimportAlternateSkinWeight
References
| Module | InterchangeEngine |
| Header | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeMeshUtilities.h |
| Include | #include "InterchangeMeshUtilities.h" |
Remarks
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);