A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
DialogueBrowserTreeParticipantProperties.h
Go to the documentation of this file.
1// Copyright Csaba Molnar, Daniel Butum. All Rights Reserved.
2#pragma once
3#include "CoreMinimal.h"
4
7
9class FDialogueBrowserTreeParticipantProperties : public FDlgTreeViewParticipantProperties<FDialogueBrowserTreeVariableProperties>
10{
13
14public:
15 FDialogueBrowserTreeParticipantProperties(const TSet<TWeakObjectPtr<const UDlgDialogue>>& InDialogues) : Super(InDialogues) {}
16 FDialogueBrowserTreeParticipantProperties(const TSet<TWeakObjectPtr<const UDlgDialogue>>&& InDialogues) : Super(InDialogues) {}
17};
FDialogueBrowserTreeParticipantProperties(const TSet< TWeakObjectPtr< const UDlgDialogue > > &InDialogues)
FDialogueBrowserTreeParticipantProperties(const TSet< TWeakObjectPtr< const UDlgDialogue > > &&InDialogues)