A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
DlgObject.h
Go to the documentation of this file.
1
// Copyright Csaba Molnar, Daniel Butum. All Rights Reserved.
2
#pragma once
3
#include "UObject/Object.h"
4
5
#include "DlgObject.generated.h"
6
7
// Our Dialogue base object
8
UCLASS(Abstract, ClassGroup =
"Dialogue"
, HideCategories = (
"DoNotShow"
), AutoExpandCategories = (
"Default"
))
9
class DLGSYSTEM_API
UDlgObject
: public
UObject
10
{
11
GENERATED_BODY()
12
public:
13
// UObject interface
14
void
PostInitProperties() override;
15
UWorld* GetWorld() const override;
16
};
UDlgObject
UCLASS(Abstract, ClassGroup = "Dialogue", HideCategories = ("DoNotShow"), AutoExpandCategories = ("De...
Definition
DlgObject.h:13
UDlgObject::GENERATED_BODY
GENERATED_BODY()
UObject
SDKDemo
Plugins
UnrealEngineSDK
VisualScripter
Source
DlgSystem
Public
DlgObject.h
Generated
Wed Oct 9 2024 19:52:54
by Doxygen version
1.10.0