Navigation
API > API/Plugins > API/Plugins/CustomizableObject
A type of pin in the Mutable graph UI
| Name | FCustomizableObjectPinType |
| Type | struct |
| Header File | /Engine/Plugins/Mutable/Source/CustomizableObject/Public/MuCO/CustomizableObjectExtension.h |
| Include Path | #include "MuCO/CustomizableObjectExtension.h" |
Syntax
struct FCustomizableObjectPinType
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Color | FLinearColor | The color that will be used in the editor UI for this pin and any wires connected to it | MuCO/CustomizableObjectExtension.h | |
| DisplayName | FText | The display name for this type in the editor UI | MuCO/CustomizableObjectExtension.h | |
| Name | FName | The identifier for this type, to be used internally | MuCO/CustomizableObjectExtension.h |