Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/MuCO
References
| Module | CustomizableObject |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObject/Classes/MuCO/CustomizableObjectExtension.h |
| Include | #include "MuCO/CustomizableObjectExtension.h" |
Syntax
struct FObjectNodeInputPin
Remarks
An input pin that will be added to Object nodes
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsArray | Whether this pin accepts multiple inputs or not. | |
| FText | DisplayName | The name that will be displayed for the pin in the editor UI | |
| FName | PinName | The internal name for the pin, to disambiguate it from other pins. | |
| FName | PinType | This can be the name of a built-in pin type or an extension-defined FCustomizableObjectPinType |