Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/MuCO > API/Plugins/CustomizableObject/MuCO/UCustomizableObjectSystem
References
| Module | CustomizableObject |
| Header | /Engine/Plugins/Mutable/Source/CustomizableObject/Public/MuCO/CustomizableObjectSystem.h |
| Include | #include "MuCO/CustomizableObjectSystem.h" |
| Source | /Engine/Plugins/Mutable/Source/CustomizableObject/Private/MuCO/CustomizableObjectSystem.cpp |
static bool IsMeshCacheEnabled
(
bool bCheckCVarOnGameThread
)
Remarks
Get if the mutable mesh cache for the instance meshes is enabled or not. True if it is enabled and false otherwise
Parameters
| Name | Description |
|---|---|
| bCheckCVarOnGameThread | Force the checking of the relevant CVar to use the GameThread as target thread |