Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/MuCO > API/Plugins/CustomizableObject/MuCO/UCustomizableSkeletalComponent
References
| Module | CustomizableObject |
| Header | /Engine/Plugins/Mutable/Source/CustomizableObject/Public/MuCO/CustomizableSkeletalComponent.h |
| Include | #include "MuCO/CustomizableSkeletalComponent.h" |
| Source | /Engine/Plugins/Mutable/Source/CustomizableObject/Private/MuCO/CustomizableSkeletalComponent.cpp |
UFUNCTION (BlueprintCallable, Category=CustomizableSkeletalComponent)
void UpdateSkeletalMeshAsyncResult
(
FInstanceUpdateDelegate Callback,
bool bIgnoreCloseDist,
bool bForceHighPriority
)
Remarks
Update Skeletal Mesh asynchronously. Callback will be called once the update finishes, even if it fails.