Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Factories
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UFactory
- UStringTableFactory
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Factories/StringTableFactory.h |
| Include | #include "Factories/StringTableFactory.h" |
Syntax
UCLASS (HideCategories=Object, MinimalAPI)
class UStringTableFactory : public UFactory
Constructors
| Type | Name | Description | |
|---|---|---|---|
UStringTableFactory
(
const FObjectInitializer& ObjectInitializer |
Overridden from UFactory
| Type | Name | Description | |
|---|---|---|---|
| UObject * | FactoryCreateNew
(
UClass* InClass, |
Create a new object by class. |