Navigation
API > API/Plugins > API/Plugins/GeometryCollectionEditor > API/Plugins/GeometryCollectionEditor/GeometryCollection
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UFactory
- UGeometryCollectionFactory
References
| Module | GeometryCollectionEditor |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionEditor/Public/GeometryCollection/GeometryCollectionFactory.h |
| Include | #include "GeometryCollection/GeometryCollectionFactory.h" |
Syntax
UCLASS ()
class UGeometryCollectionFactory : public UFactory
Remarks
Factory for Simple Cube
Constructors
| Type | Name | Description | |
|---|---|---|---|
UGeometryCollectionFactory
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UGeometryCollection * | StaticFactoryCreateNew
(
UClass* Class, |
Overridden from UFactory
| Type | Name | Description | |
|---|---|---|---|
| UObject * | FactoryCreateNew
(
UClass* Class, |
Create a new object by class. |