Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE > API/Plugins/CustomizableObjectEditor/MuCOE/Nodes > API/Plugins/CustomizableObjectEditor/MuCOE/Nodes/UCustomizableObj-_70
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Classes/MuCOE/Nodes/CustomizableObjectNodeTextureLayer.h |
| Include | #include "MuCOE/Nodes/CustomizableObjectNodeTextureLayer.h" |
Syntax
struct TextureLayerLayersData
Remarks
This struct will store the information of each textue layer node when its destroyed, to be able to recover the UCustomizableObjectNodeTextureLayer::Layers data in a post paste operation. Otherwise, this information is lost.
Variables
| Type | Name | Description | |
|---|---|---|---|
| UEdGraph * | Graph | ||
| TArray< FCustomizableObjectTextureLayer > | Layers | ||
| FString | Name |