Navigation
API > API/Plugins > API/Plugins/GeometryCollectionEditor
| Name | UGeometryCollectionCacheFactory |
| Type | class |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionEditor/Public/GeometryCollection/GeometryCollectionCacheFactory.h |
| Include Path | #include "GeometryCollection/GeometryCollectionCacheFactory.h" |
Syntax
UCLASS (Experimental)
class UGeometryCollectionCacheFactory : public UFactory
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UFactory → UGeometryCollectionCacheFactory
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UGeometryCollectionCacheFactory() |
End required properties | GeometryCollection/GeometryCollectionCacheFactory.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| TargetCollection | TObjectPtr< UGeometryCollection > | Config properties required for CreateNew | GeometryCollection/GeometryCollectionCacheFactory.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PickerWindow | TSharedPtr< SWindow > | Window created in ConfigureProperties for target selection | GeometryCollection/GeometryCollectionCacheFactory.h |
Functions
Public
Overridden from UFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanCreateNew() |
UFactory Interface | GeometryCollection/GeometryCollectionCacheFactory.h | |
virtual bool ConfigureProperties() |
GeometryCollection/GeometryCollectionCacheFactory.h | ||
virtual bool FactoryCanImport
(
const FString& Filename |
GeometryCollection/GeometryCollectionCacheFactory.h | ||
virtual UObject * FactoryCreateNew
(
UClass* InClass, |
GeometryCollection/GeometryCollectionCacheFactory.h | ||
virtual bool ShouldShowInNewMenu() |
GeometryCollection/GeometryCollectionCacheFactory.h |