A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
UDlgObject Class ReferenceAbstract

UCLASS(Abstract, ClassGroup = "Dialogue", HideCategories = ("DoNotShow"), AutoExpandCategories = ("Default")) More...

#include <DlgObject.h>

Inheritance diagram for UDlgObject:
[legend]

Public Member Functions

UWorld * GetWorld () const override
 
void PostInitProperties () override
 

Private Member Functions

 GENERATED_BODY ()
 

Detailed Description

UCLASS(Abstract, ClassGroup = "Dialogue", HideCategories = ("DoNotShow"), AutoExpandCategories = ("Default"))

Definition at line 12 of file DlgObject.h.

Member Function Documentation

◆ GENERATED_BODY()

UDlgObject::GENERATED_BODY ( )
private

◆ GetWorld()

UWorld * UDlgObject::GetWorld ( ) const
override

Definition at line 22 of file DlgObject.cpp.

Here is the call graph for this function:

◆ PostInitProperties()

void UDlgObject::PostInitProperties ( )
override

Definition at line 9 of file DlgObject.cpp.


The documentation for this class was generated from the following files: