Navigation
API > API/Plugins > API/Plugins/GeometryCollectionEditor
Factory for Simple Cube
| Name | UGeometryCollectionFactory |
| Type | class |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionEditor/Public/GeometryCollection/GeometryCollectionFactory.h |
| Include Path | #include "GeometryCollection/GeometryCollectionFactory.h" |
Syntax
UCLASS (MinimalAPI)
class UGeometryCollectionFactory : public UFactory
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UFactory → UGeometryCollectionFactory
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UGeometryCollectionFactory
(
const FObjectInitializer& ObjectInitializer |
GeometryCollection/GeometryCollectionFactory.h |
Functions
Public
Overridden from UFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UObject * FactoryCreateNew
(
UClass* Class, |
GeometryCollection/GeometryCollectionFactory.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UGeometryCollection * StaticFactoryCreateNew
(
UClass* Class, |
GeometryCollection/GeometryCollectionFactory.h |