Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/UCustomizableSkeletalComponent
Description
Update Skeletal Mesh asynchronously. Callback will be called once the update finishes, even if it fails.
| Name | UpdateSkeletalMeshAsyncResult |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/CustomizableObject/Public/MuCO/CustomizableSkeletalComponent.h |
| Include Path | #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
)