Navigation
API > API/Plugins > API/Plugins/HairStrandsEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UFactory
- UHairStrandsFactory
- UReimportGroomCacheFactory
- UReimportHairStrandsFactory
References
| Module | HairStrandsEditor |
| Header | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsEditor/Public/HairStrandsFactory.h |
| Include | #include "HairStrandsFactory.h" |
Syntax
UCLASS&40;HideCategories&61;Object&41;
class UHairStrandsFactory : public UFactory
Remarks
Implements a factory for UHairStrands objects.
Variables
| Type | Name | Description | |
|---|---|---|---|
| UGroomCacheImportOptions * | GroomCacheImportOptions | ||
| UGroomImportOptions * | ImportOptions |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UHairStrandsFactory
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< IGroomTranslator > | GetTranslator
(
const FString& Filename |
||
| void |
Overridden from UFactory
| Type | Name | Description | |
|---|---|---|---|
| bool | FactoryCanImport
(
const FString& Filename |
Whether the specified file can be imported by this factory. | |
| UObject * | FactoryCreateFile
(
UClass* InClass, |
Create a new object by importing it from a file name. | |
| void | GetSupportedFileExtensions
(
TArray< FString >& OutExtensions |
Creates a list of file extensions supported by this factory |