Navigation
API > API/Plugins > API/Plugins/InterchangeImport
| Name | UInterchangeGroomFactory |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/Groom/InterchangeGroomFactory.h |
| Include Path | #include "Groom/InterchangeGroomFactory.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UInterchangeGroomFactory : public UInterchangeFactoryBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterchangeFactoryBase → UInterchangeGroomFactory
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| GroomPayload | TOptional< UE::Interchange::FGroomPayloadData > | Groom/InterchangeGroomFactory.h |
Functions
Public
Overridden from UInterchangeFactoryBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BackupSourceData
(
const UObject* Object |
Groom/InterchangeGroomFactory.h | ||
virtual FImportAssetResult BeginImportAsset_GameThread
(
const FImportAssetObjectParams& Arguments |
Groom/InterchangeGroomFactory.h | ||
virtual void ClearBackupSourceData
(
const UObject* Object |
Groom/InterchangeGroomFactory.h | ||
virtual void CreatePayloadTasks
(
const FImportAssetObjectParams& Arguments, |
Groom/InterchangeGroomFactory.h | ||
virtual EInterchangeFactoryAssetType GetFactoryAssetType() |
Groom/InterchangeGroomFactory.h | ||
virtual UClass * GetFactoryClass() |
Groom/InterchangeGroomFactory.h | ||
| Groom/InterchangeGroomFactory.h | |||
virtual void ReinstateSourceData
(
const UObject* Object |
Groom/InterchangeGroomFactory.h | ||
| Groom/InterchangeGroomFactory.h | |||
virtual void SetupObject_GameThread
(
const FSetupObjectParams& Arguments |
Groom/InterchangeGroomFactory.h |