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

USTRUCT() More...

#include <ConvertSpeechSequenceNodeToSpeechNodes_DialogueGraphSchemaAction.h>

Inheritance diagram for FConvertSpeechSequenceNodeToSpeechNodes_DialogueGraphSchemaAction:
[legend]

Public Member Functions

 FConvertSpeechSequenceNodeToSpeechNodes_DialogueGraphSchemaAction ()
 
 FConvertSpeechSequenceNodeToSpeechNodes_DialogueGraphSchemaAction (const FText &InNodeCategory, const FText &InMenuDesc, const FText &InToolTip, int32 InGrouping, UDialogueGraphNode *InSelectedSpeechSequenceGraphNode)
 
 FConvertSpeechSequenceNodeToSpeechNodes_DialogueGraphSchemaAction (UDialogueGraphNode *InSelectedSpeechSequenceGraphNode)
 
 GENERATED_USTRUCT_BODY ()
 
UEdGraphNodePerformAction (UEdGraph *ParentGraph, UEdGraphPin *FromPin, const FVector2D Location, bool bSelectNewNode=false) override
 

Private Attributes

UDialogueGraphNodeSelectedSpeechSequenceGraphNode = nullptr
 

Detailed Description

USTRUCT()

Action to convert a Speech Sequence node to a list of Speech nodes. This is the opposite of the FConvertSpeechNodesToSpeechSequence_DialogueGraphSchemaAction.

Definition at line 19 of file ConvertSpeechSequenceNodeToSpeechNodes_DialogueGraphSchemaAction.h.

Constructor & Destructor Documentation

◆ FConvertSpeechSequenceNodeToSpeechNodes_DialogueGraphSchemaAction() [1/3]

FConvertSpeechSequenceNodeToSpeechNodes_DialogueGraphSchemaAction::FConvertSpeechSequenceNodeToSpeechNodes_DialogueGraphSchemaAction ( )
inline

◆ FConvertSpeechSequenceNodeToSpeechNodes_DialogueGraphSchemaAction() [2/3]

FConvertSpeechSequenceNodeToSpeechNodes_DialogueGraphSchemaAction::FConvertSpeechSequenceNodeToSpeechNodes_DialogueGraphSchemaAction ( UDialogueGraphNode * InSelectedSpeechSequenceGraphNode)
inline

◆ FConvertSpeechSequenceNodeToSpeechNodes_DialogueGraphSchemaAction() [3/3]

FConvertSpeechSequenceNodeToSpeechNodes_DialogueGraphSchemaAction::FConvertSpeechSequenceNodeToSpeechNodes_DialogueGraphSchemaAction ( const FText & InNodeCategory,
const FText & InMenuDesc,
const FText & InToolTip,
int32 InGrouping,
UDialogueGraphNode * InSelectedSpeechSequenceGraphNode )
inline

Member Function Documentation

◆ GENERATED_USTRUCT_BODY()

FConvertSpeechSequenceNodeToSpeechNodes_DialogueGraphSchemaAction::GENERATED_USTRUCT_BODY ( )

◆ PerformAction()

UEdGraphNode * FConvertSpeechSequenceNodeToSpeechNodes_DialogueGraphSchemaAction::PerformAction ( UEdGraph * ParentGraph,
UEdGraphPin * FromPin,
const FVector2D Location,
bool bSelectNewNode = false )
override

Definition at line 17 of file ConvertSpeechSequenceNodeToSpeechNodes_DialogueGraphSchemaAction.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ SelectedSpeechSequenceGraphNode

UDialogueGraphNode* FConvertSpeechSequenceNodeToSpeechNodes_DialogueGraphSchemaAction::SelectedSpeechSequenceGraphNode = nullptr
private

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