Navigation
API > API/Plugins > API/Plugins/TextureGraph > API/Plugins/TextureGraph/Expressions > API/Plugins/TextureGraph/Expressions/CommandChange
Inheritance Hierarchy
- FChange
- FCommandChange
- FTG_PinConnectionChange
References
| Module | TextureGraph |
| Header | /Engine/Plugins/Experimental/TextureGraph/Source/TextureGraph/Public/Expressions/CommandChange/TG_PinConnectionChange.h |
| Include | #include "Expressions/CommandChange/TG_PinConnectionChange.h" |
Syntax
class FTG_PinConnectionChange : public FCommandChange
Remarks
This class helps to Undo the pin connection correctly as the Blob is not serialized so if the expression property is not connected and is holding a reference of blob it is not rest when undoing the connection
Constructors
| Type | Name | Description | |
|---|---|---|---|
FTG_PinConnectionChange
(
UTG_Graph* InGraph, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | StoreChange
(
UTG_Graph* InGraph, |