Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/MuCO > API/Plugins/CustomizableObject/MuCO/UCustomizableObjectInstance
References
| Module | CustomizableObject |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObject/Classes/MuCO/CustomizableObjectInstance.h |
| Include | #include "MuCO/CustomizableObjectInstance.h" |
| Source | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObject/Private/MuCO/CustomizableObjectInstance.cpp |
void DoUpdateSkeletalMesh
&40;
bool bIsCloseDistTick,
bool bOnlyUpdateIfNotGenerated,
bool bIgnoreCloseDist,
bool bForceHighPriority,
const EUpdateRequired &42; OptionalUpdateRequired,
FInstanceUpdateDelegate &42; UpdateCallback
&41;
Remarks
Private API.
Update Skeletal Mesh asynchronously. Immersive function. Once the update reaches this function, the update has been considered started and must complete all the update flow. Starting at this function, all Update code paths must end up in FinishUpdateGlobal!
Parameters
| Name | Description |
|---|---|
| bIsCloseDistTick | true if and only if called from the tick. |