Navigation
Unreal Engine C++ API Reference > Editor > UnrealEd > Factories
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UFactory
- UDataTableFactory
- UCompositeDataTableFactory
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Classes/Factories/DataTableFactory.h |
Include | #include "Factories/DataTableFactory.h" |
Syntax
UCLASS (HideCategories=Object, MinimalAPI)
class UDataTableFactory : public UFactory
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() ![]() |
TObjectPtr< const class UScriptStruct > | Struct |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
UDataTableFactory
(
const FObjectInitializer& ObjectInitializer |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
UDataTable * | MakeNewDataTable
(
UObject* InParent, |
Overridden from UFactory
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | Opens a dialog to configure the factory properties. | |
![]() ![]() |
UObject * | FactoryCreateNew
(
UClass* InClass, |
Create a new object by class. |