#include "CoreMinimal.h"
#include "Widgets/Views/STreeView.h"
#include "TreeViewHelpers/DlgTreeViewNode.h"
Go to the source code of this file.
|
enum class | EDialogueTreeNodeCategoryType : uint8 {
Default = 0
, Participant
, Dialogue
, Event
,
Condition
, Variable
, VariableInt
, VariableFloat
,
VariableBool
, VariableFName
, ClassVariable
, ClassVariableInt
,
ClassVariableFloat
, ClassVariableBool
, ClassVariableFName
, ClassVariableFText
,
Max
} |
|
enum class | EDialogueTreeNodeTextType : uint8 {
Default = 0
, ParticipantDialogue
, ParticipantEvent
, ParticipantCustomEvent
,
ParticipantCondition
, ParticipantVariableInt
, ParticipantVariableFloat
, ParticipantVariableBool
,
ParticipantVariableFName
, ParticipantClassVariableInt
, ParticipantClassVariableFloat
, ParticipantClassVariableBool
,
ParticipantClassVariableFName
, ParticipantClassVariableFText
, EventDialogue
, CustomEventDialogue
,
EventGraphNode
, CustomEventGraphNode
, ConditionDialogue
, ConditionGraphNode
,
ConditionEdgeNode
, IntVariableDialogue
, IntClassVariableDialogue
, IntVariableGraphNode
,
IntVariableEdgeNode
, FloatVariableDialogue
, FloatClassVariableDialogue
, FloatVariableGraphNode
,
FloatVariableEdgeNode
, BoolVariableDialogue
, BoolClassVariableDialogue
, BoolVariableGraphNode
,
BoolVariableEdgeNode
, FNameVariableDialogue
, FNameClassVariableDialogue
, FNameVariableGraphNode
,
FNameVariableEdgeNode
, FTextClassVariableDialogue
, FTextVariableGraphNode
, FTextVariableEdgeNode
,
Max
} |
|
◆ EDialogueTreeNodeCategoryType
Enumerator |
---|
Default | |
Participant | |
Dialogue | |
Event | |
Condition | |
Variable | |
VariableInt | |
VariableFloat | |
VariableBool | |
VariableFName | |
ClassVariable | |
ClassVariableInt | |
ClassVariableFloat | |
ClassVariableBool | |
ClassVariableFName | |
ClassVariableFText | |
Max | |
Definition at line 15 of file DialogueBrowserTreeNode.h.
◆ EDialogueTreeNodeTextType
Enumerator |
---|
Default | |
ParticipantDialogue | |
ParticipantEvent | |
ParticipantCustomEvent | |
ParticipantCondition | |
ParticipantVariableInt | |
ParticipantVariableFloat | |
ParticipantVariableBool | |
ParticipantVariableFName | |
ParticipantClassVariableInt | |
ParticipantClassVariableFloat | |
ParticipantClassVariableBool | |
ParticipantClassVariableFName | |
ParticipantClassVariableFText | |
EventDialogue | |
CustomEventDialogue | |
EventGraphNode | |
CustomEventGraphNode | |
ConditionDialogue | |
ConditionGraphNode | |
ConditionEdgeNode | |
IntVariableDialogue | |
IntClassVariableDialogue | |
IntVariableGraphNode | |
IntVariableEdgeNode | |
FloatVariableDialogue | |
FloatClassVariableDialogue | |
FloatVariableGraphNode | |
FloatVariableEdgeNode | |
BoolVariableDialogue | |
BoolClassVariableDialogue | |
BoolVariableGraphNode | |
BoolVariableEdgeNode | |
FNameVariableDialogue | |
FNameClassVariableDialogue | |
FNameVariableGraphNode | |
FNameVariableEdgeNode | |
FTextClassVariableDialogue | |
FTextVariableGraphNode | |
FTextVariableEdgeNode | |
Max | |
Definition at line 40 of file DialogueBrowserTreeNode.h.