A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
UDlgEventCustomFactory Class Reference

UCLASS() More...

#include <DlgEventCustomFactory.h>

Inheritance diagram for UDlgEventCustomFactory:
[legend]

Public Member Functions

 UDlgEventCustomFactory (const FObjectInitializer &ObjectInitializer)
 
bool ConfigureProperties () override
 
UObjectFactoryCreateNew (UClass *Class, UObject *InParent, FName Name, EObjectFlags Flags, UObject *Context, FFeedbackContext *Warn) override
 

Private Member Functions

 GENERATED_BODY ()
 

Private Attributes

TSubclassOf< UDlgEventCustomParentClass
 UPROPERTY()
 

Detailed Description

UCLASS()

Definition at line 13 of file DlgEventCustomFactory.h.

Constructor & Destructor Documentation

◆ UDlgEventCustomFactory()

UDlgEventCustomFactory::UDlgEventCustomFactory ( const FObjectInitializer & ObjectInitializer)

Definition at line 13 of file DlgEventCustomFactory.cpp.

Member Function Documentation

◆ ConfigureProperties()

bool UDlgEventCustomFactory::ConfigureProperties ( )
override

Definition at line 26 of file DlgEventCustomFactory.cpp.

Here is the call graph for this function:

◆ FactoryCreateNew()

UObject * UDlgEventCustomFactory::FactoryCreateNew ( UClass * Class,
UObject * InParent,
FName Name,
EObjectFlags Flags,
UObject * Context,
FFeedbackContext * Warn )
override

Definition at line 41 of file DlgEventCustomFactory.cpp.

◆ GENERATED_BODY()

UDlgEventCustomFactory::GENERATED_BODY ( )
private

Member Data Documentation

◆ ParentClass

TSubclassOf<UDlgEventCustom> UDlgEventCustomFactory::ParentClass
private

UPROPERTY()

Definition at line 39 of file DlgEventCustomFactory.h.


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