Navigation
API > API/Plugins > API/Plugins/CustomizableObject
| Name | FCompileCallbackParams |
| Type | struct |
| Header File | /Engine/Plugins/Mutable/Source/CustomizableObject/Public/MuCO/CustomizableObject.h |
| Include Path | #include "MuCO/CustomizableObject.h" |
Syntax
USTRUCT (BlueprintType )
struct FCompileCallbackParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCompiled | bool | The Customizable Object is compiled. | MuCO/CustomizableObject.h |
|
| bErrors | bool | The compile request has finished with errors. False if the request has been skipped. | MuCO/CustomizableObject.h |
|
| bRequestFailed | bool | The compile request has failed. | MuCO/CustomizableObject.h |
|
| bSkipped | bool | The compilation has been skipped due to Compile Parameters. | MuCO/CustomizableObject.h |
|
| bWarnings | bool | The compile request has finished with warnings. False if the request has been skipped. | MuCO/CustomizableObject.h |
|