Navigation
API > API/Plugins > API/Plugins/FieldSystemEditor > API/Plugins/FieldSystemEditor/Field
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UFactory
- UFieldSystemFactory
References
| Module | FieldSystemEditor |
| Header | /Engine/Plugins/Experimental/FieldSystemPlugin/Source/FieldSyStemEditor/Public/Field/FieldSystemFactory.h |
| Include | #include "Field/FieldSystemFactory.h" |
Syntax
UCLASS&40;&41;
class UFieldSystemFactory : public UFactory
Remarks
Factory which allows import of an FieldSystemAsset Factory for Simple Cube
Constructors
| Type | Name | Description | |
|---|---|---|---|
UFieldSystemFactory
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UFieldSystem * | StaticFactoryCreateNew
(
UClass* Class, |
Overridden from UFactory
| Type | Name | Description | |
|---|---|---|---|
| UObject * | FactoryCreateNew
(
UClass* InClass, |
Create a new object by class. |