Navigation
API > API/Plugins > API/Plugins/PCGEditor
| Name | UPCGEditorGraphNode |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCGEditor/Public/Nodes/PCGEditorGraphNode.h |
| Include Path | #include "Nodes/PCGEditorGraphNode.h" |
Syntax
UCLASS ()
class UPCGEditorGraphNode : public UPCGEditorGraphNodeBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdGraphNode → UPCGEditorGraphNodeBase → UPCGEditorGraphNode
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| MaxNodeNameCharacterCount | int32 | Nodes/PCGEditorGraphNode.h | |
| MaxNodeTitleWidth | float | Nodes/PCGEditorGraphNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetCompactNodeIcon
(
FName& OutCompactNodeIcon |
Returns custom compact node icon if available | Nodes/PCGEditorGraphNode.h | |
| Validate that this is an acceptable name to rename this node. | Nodes/PCGEditorGraphNode.h | ||
bool ShouldDrawCompact() |
Puts node title on node body, reducing overall node size | Nodes/PCGEditorGraphNode.h |
Overridden from UPCGEditorGraphNodeBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Construct
(
UPCGNode* InPCGNode |
Nodes/PCGEditorGraphNode.h |
Overridden from UEdGraphNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AllocateDefaultPins() |
Nodes/PCGEditorGraphNode.h | ||
virtual TSharedPtr< SGraphNode > CreateVisualWidget() |
Nodes/PCGEditorGraphNode.h | ||
virtual void GetNodeContextMenuActions
(
UToolMenu* Menu, |
Nodes/PCGEditorGraphNode.h | ||
virtual FText GetNodeTitle
(
ENodeTitleType::Type TitleType |
Nodes/PCGEditorGraphNode.h | ||
virtual void OnRenameNode
(
const FString& NewName |
Nodes/PCGEditorGraphNode.h |