Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/MuCO > API/Plugins/CustomizableObject/MuCO/UCustomizableObjectInstanceUsage
References
| Module | CustomizableObject |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObject/Classes/MuCO/CustomizableObjectInstanceUsage.h |
| Include | #include "MuCO/CustomizableObjectInstanceUsage.h" |
| Source | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObject/Private/MuCO/CustomizableObjectInstanceUsage.cpp |
UFUNCTION (BlueprintCallable, Category=CustomizableObjectInstance)
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.