A Demo Project for the UnrealEngineSDK
|
#include <SGraphNode_DialogueK2Switch.h>
Public Member Functions | |
void | Construct (const FArguments &InArgs, UDialogueK2Node_SwitchDialogueCallback *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_DialogueK2Switch | Self |
typedef SGraphNodeK2Base | Super |
Private Attributes | |
UDialogueK2Node_SwitchDialogueCallback * | DialogueK2Node_Switch = nullptr |
Definition at line 11 of file SGraphNode_DialogueK2Switch.h.
|
private |
Definition at line 14 of file SGraphNode_DialogueK2Switch.h.
|
private |
Definition at line 13 of file SGraphNode_DialogueK2Switch.h.
void SGraphNode_DialogueK2Switch::Construct | ( | const FArguments & | InArgs, |
UDialogueK2Node_SwitchDialogueCallback * | InNode ) |
Definition at line 33 of file SGraphNode_DialogueK2Switch.cpp.
|
overrideprotected |
Definition at line 78 of file SGraphNode_DialogueK2Switch.cpp.
|
override |
Definition at line 42 of file SGraphNode_DialogueK2Switch.cpp.
|
overrideprotected |
Definition at line 96 of file SGraphNode_DialogueK2Switch.cpp.
|
overrideprotected |
Definition at line 101 of file SGraphNode_DialogueK2Switch.cpp.
|
inline |
Definition at line 17 of file SGraphNode_DialogueK2Switch.h.
|
private |
Definition at line 33 of file SGraphNode_DialogueK2Switch.h.