Navigation
API > API/Plugins > API/Plugins/FieldSystemEditor
Factory which allows import of an FieldSystemAsset Factory for Simple Cube
| Name | UFieldSystemFactory |
| Type | class |
| Header File | /Engine/Plugins/Experimental/FieldSystemPlugin/Source/FieldSyStemEditor/Public/Field/FieldSystemFactory.h |
| Include Path | #include "Field/FieldSystemFactory.h" |
Syntax
UCLASS ()
class UFieldSystemFactory : public UFactory
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UFactory → UFieldSystemFactory
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UFieldSystemFactory
(
const FObjectInitializer& ObjectInitializer |
Field/FieldSystemFactory.h |
Functions
Public
Overridden from UFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UObject * FactoryCreateNew
(
UClass* Class, |
Field/FieldSystemFactory.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UFieldSystem * StaticFactoryCreateNew
(
UClass* Class, |
Field/FieldSystemFactory.h |