Navigation
API > API/Plugins > API/Plugins/CommonConversationGraph
| |
|
| Name |
FNodeBounds |
| Type |
struct |
| Header File |
/Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationGraph/Public/ConversationGraphTypes.h |
| Include Path |
#include "ConversationGraphTypes.h" |
Syntax
struct FNodeBounds
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FNodeBounds
(
FVector2D InPos,
FVector2D InSize
)
|
|
ConversationGraphTypes.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Position |
FVector2D |
|
ConversationGraphTypes.h |
|
| Size |
FVector2D |
|
ConversationGraphTypes.h |
|
Functions
Public