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

UCLASS() More...

#include <DlgTextArgumentCustomFactory.h>

Inheritance diagram for UDlgTextArgumentCustomFactory:
[legend]

Public Member Functions

 UDlgTextArgumentCustomFactory (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< UDlgTextArgumentCustomParentClass
 UPROPERTY()
 

Detailed Description

UCLASS()

Definition at line 13 of file DlgTextArgumentCustomFactory.h.

Constructor & Destructor Documentation

◆ UDlgTextArgumentCustomFactory()

UDlgTextArgumentCustomFactory::UDlgTextArgumentCustomFactory ( const FObjectInitializer & ObjectInitializer)

Definition at line 14 of file DlgTextArgumentCustomFactory.cpp.

Member Function Documentation

◆ ConfigureProperties()

bool UDlgTextArgumentCustomFactory::ConfigureProperties ( )
override

Definition at line 27 of file DlgTextArgumentCustomFactory.cpp.

Here is the call graph for this function:

◆ FactoryCreateNew()

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

Definition at line 42 of file DlgTextArgumentCustomFactory.cpp.

◆ GENERATED_BODY()

UDlgTextArgumentCustomFactory::GENERATED_BODY ( )
private

Member Data Documentation

◆ ParentClass

TSubclassOf<UDlgTextArgumentCustom> UDlgTextArgumentCustomFactory::ParentClass
private

UPROPERTY()

Definition at line 39 of file DlgTextArgumentCustomFactory.h.


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