Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/UCustomizableObjectEditorFunctio-
Description
DEPRECATED. Use UCustomizableObject::Compile instead.
Synchronously compiles the provided CustomizableObject, LogMutable will contain intermittent updates on progress.
| Name | CompileCustomizableObjectSynchronously |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/CustomizableObjectEditor/Public/MuCOE/CustomizableObjectEditorFunctionLibrary.h |
| Include Path | #include "MuCOE/CustomizableObjectEditorFunctionLibrary.h" |
| Source | /Engine/Plugins/Mutable/Source/CustomizableObjectEditor/Private/MuCOE/CustomizableObjectEditorFunctionLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="CustomizableObject")
static ECustomizableObjectCompilationState CompileCustomizableObjectSynchronously
(
UCustomizableObject * CustomizableObject,
ECustomizableObjectOptimizationLevel OptimizationLevel,
ECustomizableObjectTextureCompression TextureCompression,
bool bGatherReferences
)
The final ECustomizableObjectCompilationState - typically Completed or Failed
Parameters
| Name | Remarks |
|---|---|
| CustomizableObject | The CustomizableObject to compile |