Navigation
API > API/Plugins > API/Plugins/ChaosCachingEditor > API/Plugins/ChaosCachingEditor/Chaos
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UFactory
- UCacheCollectionFactory
References
| Module | ChaosCachingEditor |
| Header | /Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCachingEditor/Public/Chaos/CacheCollectionFactory.h |
| Include | #include "Chaos/CacheCollectionFactory.h" |
Syntax
UCLASS&40;&41;
class UCacheCollectionFactory : public UFactory
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from UFactory
| Type | Name | Description | |
|---|---|---|---|
| bool | CanCreateNew () |
UFactory Interface | |
| bool | Opens a dialog to configure the factory properties. | ||
| bool | FactoryCanImport
(
const FString& Filename |
Whether the specified file can be imported by this factory. | |
| UObject * | FactoryCreateNew
(
UClass* InClass, |
Create a new object by class. | |
| bool | Returns true if this factory should be shown in the New Asset menu (by default calls CanCreateNew). |