| AssetName |
FString |
For example "SampleAssetName" |
MuCOE/CustomizableObjectEditorFunctionLibrary.h |
- BlueprintReadWrite
- Category=NewCustomizableObjectParameters
|
| PackagePath |
FString |
Must not end with slash. For example "/Game" |
MuCOE/CustomizableObjectEditorFunctionLibrary.h |
- BlueprintReadWrite
- Category=NewCustomizableObjectParameters
|
| ParentGroupNode |
FString |
Group to attach the child Customizable Object to. Only used if ParentObject is provided. |
MuCOE/CustomizableObjectEditorFunctionLibrary.h |
- BlueprintReadWrite
- Category=NewCustomizableObjectParameters
|
| ParentObject |
TObjectPtr< UCustomizableObject > |
Parent to attach the child Customizable Object to. |
MuCOE/CustomizableObjectEditorFunctionLibrary.h |
- BlueprintReadWrite
- Category=NewCustomizableObjectParameters
|