A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
NodeWithParentPosition Struct Reference

Public Member Functions

 NodeWithParentPosition ()
 
 NodeWithParentPosition (UDialogueGraphNode *InNode, const int32 InParentNodeX, const int32 InParentNodeY)
 

Public Attributes

UDialogueGraphNodeNode = nullptr
 
int32 ParentNodeX = 0
 
int32 ParentNodeY = 0
 

Detailed Description

Useful for auto positioning

Definition at line 24 of file DialogueEditorUtilities.cpp.

Constructor & Destructor Documentation

◆ NodeWithParentPosition() [1/2]

NodeWithParentPosition::NodeWithParentPosition ( )
inline

Definition at line 26 of file DialogueEditorUtilities.cpp.

◆ NodeWithParentPosition() [2/2]

NodeWithParentPosition::NodeWithParentPosition ( UDialogueGraphNode * InNode,
const int32 InParentNodeX,
const int32 InParentNodeY )
inline

Definition at line 27 of file DialogueEditorUtilities.cpp.

Member Data Documentation

◆ Node

UDialogueGraphNode* NodeWithParentPosition::Node = nullptr

Definition at line 30 of file DialogueEditorUtilities.cpp.

◆ ParentNodeX

int32 NodeWithParentPosition::ParentNodeX = 0

Definition at line 31 of file DialogueEditorUtilities.cpp.

◆ ParentNodeY

int32 NodeWithParentPosition::ParentNodeY = 0

Definition at line 32 of file DialogueEditorUtilities.cpp.


The documentation for this struct was generated from the following file: