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

#include <DialogueSearchUtilities.h>

Static Public Member Functions

static TSharedPtr< FDialogueSearchFoundResultMake ()
 

Public Attributes

TArray< TWeakObjectPtr< const UDialogueGraphNode_Edge > > EdgeNodes
 
TArray< TWeakObjectPtr< const UDialogueGraphNode > > GraphNodes
 

Private Types

typedef FDialogueSearchFoundResult Self
 

Detailed Description

Definition at line 21 of file DialogueSearchUtilities.h.

Member Typedef Documentation

◆ Self

Member Function Documentation

◆ Make()

static TSharedPtr< FDialogueSearchFoundResult > FDialogueSearchFoundResult::Make ( )
inlinestatic

Definition at line 27 of file DialogueSearchUtilities.h.

Here is the caller graph for this function:

Member Data Documentation

◆ EdgeNodes

TArray<TWeakObjectPtr<const UDialogueGraphNode_Edge> > FDialogueSearchFoundResult::EdgeNodes

Definition at line 34 of file DialogueSearchUtilities.h.

◆ GraphNodes

TArray<TWeakObjectPtr<const UDialogueGraphNode> > FDialogueSearchFoundResult::GraphNodes

Definition at line 31 of file DialogueSearchUtilities.h.


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