A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
SDialoguePalette.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#include "SGraphPalette.h"
6
8
10{
11public:
13 SLATE_END_ARGS()
14
15 void Construct(const FArguments& InArgs);
16
17protected:
19 void CollectAllActions(FGraphActionListBuilderBase& OutAllActions) override;
20};
void Construct(const FArguments &InArgs)
SLATE_BEGIN_ARGS(SDialoguePalette)
void CollectAllActions(FGraphActionListBuilderBase &OutAllActions) override