Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE > API/Plugins/CustomizableObjectEditor/MuCOE/Nodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UCustomizableObjectNodePinData
- UCustomizableObjectNodeTableObjectPinData
- UCustomizableObjectNodeTableMeshPinData
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Classes/MuCOE/Nodes/CustomizableObjectNodeTable.h |
| Include | #include "MuCOE/Nodes/CustomizableObjectNodeTable.h" |
Syntax
UCLASS&40;&41;
class UCustomizableObjectNodeTableMeshPinData : public UCustomizableObjectNodeTableObjectPinData
Remarks
Additional data for Mesh pins.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | AnimInstanceColumnName | Anim Instance Column name related to this Mesh pin | |
| FString | AnimSlotColumnName | Anim Slot Column name related to this Mesh pin | |
| FString | AnimTagColumnName | Anim Tag Column name related to this Mesh pin | |
| TArray< TObjectPtr< UCustomizableObjectLayout > > | Layouts | Layouts related to this Mesh pin | |
| int32 | LOD | LOD of the mesh related to this Mesh pin | |
| int32 | Material | Section Index (Surface Index) of the mesh related to this Mesh pin | |
| FString | MutableColumnName |