#include <DialogueBrowserTreeVariableProperties.h>
◆ Self
◆ Super
◆ FDialogueBrowserTreeVariableProperties()
FDialogueBrowserTreeVariableProperties::FDialogueBrowserTreeVariableProperties |
( |
const TSet< TWeakObjectPtr< const UDlgDialogue > > & | InDialogues | ) |
|
◆ AddDialogue()
void FDialogueBrowserTreeVariableProperties::AddDialogue |
( |
TWeakObjectPtr< const UDlgDialogue > | Dialogue | ) |
|
|
overridevirtual |
◆ GetDialogues()
const TSet< TWeakObjectPtr< const UDlgDialogue > > & FDlgTreeViewVariableProperties::GetDialogues |
( |
| ) |
const |
|
inlineinherited |
◆ GetEdgeNodeSet()
const TSet< TWeakObjectPtr< const UDialogueGraphNode_Edge > > & FDialogueBrowserTreeVariableProperties::GetEdgeNodeSet |
( |
const FGuid & | DialogueGUID | ) |
const |
|
inline |
◆ GetGraphNodeSet()
const TSet< TWeakObjectPtr< const UDialogueGraphNode > > & FDialogueBrowserTreeVariableProperties::GetGraphNodeSet |
( |
const FGuid & | DialogueGUID | ) |
const |
|
inline |
◆ GetMutableEdgeNodeSet()
TSet< TWeakObjectPtr< const UDialogueGraphNode_Edge > > * FDialogueBrowserTreeVariableProperties::GetMutableEdgeNodeSet |
( |
const FGuid & | DialogueGUID | ) |
|
|
inline |
◆ GetMutableGraphNodeSet()
TSet< TWeakObjectPtr< const UDialogueGraphNode > > * FDialogueBrowserTreeVariableProperties::GetMutableGraphNodeSet |
( |
const FGuid & | DialogueGUID | ) |
|
|
inline |
◆ HasEdgeNodeSet()
bool FDialogueBrowserTreeVariableProperties::HasEdgeNodeSet |
( |
const FGuid & | DialogueGUID | ) |
|
|
inline |
◆ HasGraphNodeSet()
bool FDialogueBrowserTreeVariableProperties::HasGraphNodeSet |
( |
const FGuid & | DialogueGUID | ) |
|
|
inline |
◆ Sort()
virtual void FDlgTreeViewVariableProperties::Sort |
( |
| ) |
|
|
inlinevirtualinherited |
◆ Dialogues
TSet<TWeakObjectPtr<const UDlgDialogue> > FDlgTreeViewVariableProperties::Dialogues |
|
protectedinherited |
◆ EdgeNodes
TMap<FGuid, TSet<TWeakObjectPtr<const UDialogueGraphNode_Edge> > > FDialogueBrowserTreeVariableProperties::EdgeNodes |
|
protected |
All the edge nodes that contain this variable property Key: The unique identifier for the Dialogue Value: All edge in the Dialogue that contain this condition.
Definition at line 64 of file DialogueBrowserTreeVariableProperties.h.
◆ GraphNodes
TMap<FGuid, TSet<TWeakObjectPtr<const UDialogueGraphNode> > > FDialogueBrowserTreeVariableProperties::GraphNodes |
|
protected |
All the nodes that contain this variable property Key: The unique identifier for the Dialogue Value: All nodes in the Dialogue that contain this variable name.
Definition at line 57 of file DialogueBrowserTreeVariableProperties.h.
The documentation for this class was generated from the following files: