A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
SGraphNode_DialogueK2Select Class Reference

#include <SGraphNode_DialogueK2Select.h>

Inheritance diagram for SGraphNode_DialogueK2Select:
[legend]

Public Member Functions

void Construct (const FArguments &InArgs, UDialogueK2Node_Select *InNode)
 
void CreatePinWidgets () override
 
 SLATE_BEGIN_ARGS (Self)
 

Protected Member Functions

void CreateOutputSideAddButton (TSharedPtr< SVerticalBox > OutputBox) override
 
EVisibility IsAddPinButtonVisible () const override
 
FReply OnAddPin () override
 

Private Types

typedef SGraphNode_DialogueK2Select Self
 
typedef SGraphNodeK2Base Super
 

Private Attributes

UDialogueK2Node_SelectDialogueK2Node_Select = nullptr
 

Detailed Description

Definition at line 10 of file SGraphNode_DialogueK2Select.h.

Member Typedef Documentation

◆ Self

◆ Super

Member Function Documentation

◆ Construct()

void SGraphNode_DialogueK2Select::Construct ( const FArguments & InArgs,
UDialogueK2Node_Select * InNode )

Definition at line 13 of file SGraphNode_DialogueK2Select.cpp.

◆ CreateOutputSideAddButton()

void SGraphNode_DialogueK2Select::CreateOutputSideAddButton ( TSharedPtr< SVerticalBox > OutputBox)
overrideprotected

Definition at line 62 of file SGraphNode_DialogueK2Select.cpp.

◆ CreatePinWidgets()

void SGraphNode_DialogueK2Select::CreatePinWidgets ( )
override

Definition at line 22 of file SGraphNode_DialogueK2Select.cpp.

Here is the call graph for this function:

◆ IsAddPinButtonVisible()

EVisibility SGraphNode_DialogueK2Select::IsAddPinButtonVisible ( ) const
overrideprotected

Definition at line 80 of file SGraphNode_DialogueK2Select.cpp.

◆ OnAddPin()

FReply SGraphNode_DialogueK2Select::OnAddPin ( )
overrideprotected

Definition at line 85 of file SGraphNode_DialogueK2Select.cpp.

◆ SLATE_BEGIN_ARGS()

SGraphNode_DialogueK2Select::SLATE_BEGIN_ARGS ( Self )
inline

Definition at line 16 of file SGraphNode_DialogueK2Select.h.

Member Data Documentation

◆ DialogueK2Node_Select

UDialogueK2Node_Select* SGraphNode_DialogueK2Select::DialogueK2Node_Select = nullptr
private

Definition at line 32 of file SGraphNode_DialogueK2Select.h.


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