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

UCLASS() More...

#include <DlgNodeDataFactory.h>

Inheritance diagram for UDlgNodeDataFactory:
[legend]

Public Member Functions

 UDlgNodeDataFactory (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< UDlgNodeDataParentClass
 UPROPERTY()
 

Detailed Description

UCLASS()

Definition at line 13 of file DlgNodeDataFactory.h.

Constructor & Destructor Documentation

◆ UDlgNodeDataFactory()

UDlgNodeDataFactory::UDlgNodeDataFactory ( const FObjectInitializer & ObjectInitializer)

Definition at line 14 of file DlgNodeDataFactory.cpp.

Member Function Documentation

◆ ConfigureProperties()

bool UDlgNodeDataFactory::ConfigureProperties ( )
override

Definition at line 27 of file DlgNodeDataFactory.cpp.

Here is the call graph for this function:

◆ FactoryCreateNew()

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

Definition at line 42 of file DlgNodeDataFactory.cpp.

◆ GENERATED_BODY()

UDlgNodeDataFactory::GENERATED_BODY ( )
private

Member Data Documentation

◆ ParentClass

TSubclassOf<UDlgNodeData> UDlgNodeDataFactory::ParentClass
private

UPROPERTY()

Definition at line 39 of file DlgNodeDataFactory.h.


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