Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/UCustomizableObjectInstanceUsage
Description
Set to true to avoid automatically replacing the Skeletal Mesh of the parent Skeletal Mesh Component by the Reference Skeletal Mesh. If SkipSetSkeletalMeshOnAttach is true, it will not replace it.
| Name | SetSkipSetReferenceSkeletalMesh |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/CustomizableObject/Public/MuCO/CustomizableObjectInstanceUsage.h |
| Include Path | #include "MuCO/CustomizableObjectInstanceUsage.h" |
| Source | /Engine/Plugins/Mutable/Source/CustomizableObject/Private/MuCO/CustomizableObjectInstanceUsage.cpp |
UFUNCTION (BlueprintCallable, Category=CustomizableObjectInstanceUsage)
void SetSkipSetReferenceSkeletalMesh
(
bool bSkip
)