A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
DialogueBrowserTreeNode.h File Reference
#include "CoreMinimal.h"
#include "Widgets/Views/STreeView.h"
#include "TreeViewHelpers/DlgTreeViewNode.h"
Include dependency graph for DialogueBrowserTreeNode.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FDialogueBrowserTreeCategoryNode
 
class  FDialogueBrowserTreeCategoryParticipantNode
 
class  FDialogueBrowserTreeCustomObjectNode
 
class  FDialogueBrowserTreeDialogueNode
 
class  FDialogueBrowserTreeEdgeNode
 
class  FDialogueBrowserTreeGraphNode
 
class  FDialogueBrowserTreeNode
 
class  FDialogueBrowserTreeParticipantNode
 
class  FDialogueBrowserTreeRootNode
 
class  FDialogueBrowserTreeSeparatorNode
 
class  FDialogueBrowserTreeVariableNode
 

Enumerations

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
}
 

Enumeration Type Documentation

◆ EDialogueTreeNodeCategoryType

enum class EDialogueTreeNodeCategoryType : uint8
strong
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

enum class EDialogueTreeNodeTextType : uint8
strong
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.