Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor
| Name | FNewCustomizableObjectParameters |
| Type | struct |
| Header File | /Engine/Plugins/Mutable/Source/CustomizableObjectEditor/Public/MuCOE/CustomizableObjectEditorFunctionLibrary.h |
| Include Path | #include "MuCOE/CustomizableObjectEditorFunctionLibrary.h" |
Syntax
USTRUCT (BlueprintType )
struct FNewCustomizableObjectParameters
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AssetName | FString | For example "SampleAssetName" | MuCOE/CustomizableObjectEditorFunctionLibrary.h |
|
| PackagePath | FString | Must not end with slash. For example "/Game" | MuCOE/CustomizableObjectEditorFunctionLibrary.h |
|
| ParentGroupNode | FString | Group to attach the child Customizable Object to. Only used if ParentObject is provided. | MuCOE/CustomizableObjectEditorFunctionLibrary.h |
|
| ParentObject | TObjectPtr< UCustomizableObject > | Parent to attach the child Customizable Object to. | MuCOE/CustomizableObjectEditorFunctionLibrary.h |
|