Navigation
API > API/Plugins > API/Plugins/TextureGraphEditor > API/Plugins/TextureGraphEditor/EdGraph
Inheritance Hierarchy
- UEdGraphNode
- UTG_EdGraphNode
References
| Module | TextureGraphEditor |
| Header | /Engine/Plugins/Experimental/TextureGraph/Source/TextureGraphEditor/Public/EdGraph/TG_EdGraphNode.h |
| Include | #include "EdGraph/TG_EdGraphNode.h" |
Syntax
UCLASS ()
class UTG_EdGraphNode : public UEdGraphNode
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UTG_Node > | Node | ||
| FOnNodePostEvaluateDelegate | OnNodePostEvaluateDelegate | ||
| FOnTSEditorGraphNodeChanged | OnNodeReconstructDelegate | ||
| FOnPinSelectionChangeDelegate | OnPinSelectionChangeDelegate |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | AutowireNewNode
(
UEdGraphPin* FromPin |
||
| void | BeginDestroy () |
||
| bool | |||
| void | |||
| UObject * | |||
| UTG_Node * | GetNode () |
||
| float | GetNodeAlpha () |
||
| FLinearColor | |||
| void | GetNodeContextMenuActions
(
UToolMenu* Menu, |
||
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
||
| FLinearColor | |||
| TArray< UEdGraphPin * > | |||
| FName | GetPinCategory
(
UTG_Pin* Pin, |
||
| const UEdGraphPin * | |||
| TArray< UEdGraphPin * > | |||
| FLinearColor | |||
| FString | |||
| FText | |||
| void | OnCommentBubbleToggled
(
bool bInCommentBubbleVisible |
||
| void | OnNodeChanged
(
UTG_Node* InNode |
||
| void | OnNodePostEvaluate
(
const FTG_EvaluationContext* Fts_EvaluationContext |
||
| void | OnRenameNode
(
const FString& NewName |
||
| void | OnUpdateCommentText
(
const FString& NewComment |
||
| void | PinConnectionListChanged
(
UEdGraphPin* Pin |
||
| void | PinDefaultValueChangedWithTweaking
(
UEdGraphPin* Pin, |
Called when the DefaultValue of one of the pins of this node is changed in the editor | |
| void | PostCopyNode () |
||
| void | |||
| void | PostTransacted
(
const FTransactionObjectEvent& TransactionEvent |
||
| void | |||
| void | |||
| void | SelectPin
(
UEdGraphPin* Pin, |
Sets the selected pin for Node | |
| void | |||
| bool | UpdateEdPinDefaultValue
(
UEdGraphPin* EdPin, |
||
| void | |||
| void | UpdatePinVisibility
(
UEdGraphPin* Pin, |
||
| void | Copy the edNode position to the model node. |