A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
SDialogueGraphNode_Root.h
Go to the documentation of this file.
1// Copyright Csaba Molnar, Daniel Butum. All Rights Reserved.
2#pragma once
3
4#include "Widgets/DeclarativeSyntaxSupport.h"
5
7
9
14{
16public:
17
19 SLATE_END_ARGS()
20
21 void Construct(const FArguments& InArgs, UDialogueGraphNode_Root* InNode);
22private:
23 // The dialogue root this view represents
25};
SLATE_BEGIN_ARGS(SDialogueGraphNode_Root)
UDialogueGraphNode_Root * DialogueGraphNode_Root
void Construct(const FArguments &InArgs, UDialogueGraphNode_Root *InNode)