Navigation
API > API/Plugins > API/Plugins/AlembicImporter
Inheritance Hierarchy
- UFactory
- FReimportHandler
- UAlembicImportFactory
References
| Module | AlembicImporter |
| Header | /Engine/Plugins/Importers/AlembicImporter/Source/AlembicImporter/Classes/AlembicImportFactory.h |
| Include | #include "AlembicImportFactory.h" |
Syntax
UCLASS (HideCategories=Object)
class UAlembicImportFactory :
public UFactory,
public FReimportHandler
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bShowOption | ||
| TObjectPtr< UAbcImportSettings > | ImportSettings | Object used to show import options for Alembic |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UAlembicImportFactory
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanReimport
(
UObject* Obj, |
||
| bool | DoesSupportClass
(
UClass* Class |
||
| bool | FactoryCanImport
(
const FString& Filename |
||
| UObject * | FactoryCreateFile
(
UClass* InClass, |
||
| FText | |||
| int32 | GetPriority () |
||
| UObject * | ImportGeometryCache
(
FAbcImporter& Importer, |
ImportGeometryCache | |
| TArray< UObject * > | ImportSkeletalMesh
(
FAbcImporter& Importer, |
ImportGeometryCache | |
| TArray< UObject * > | ImportStaticMesh
(
FAbcImporter& Importer, |
Imports a StaticMesh (using AbcImporter) from the Alembic File | |
| void | PopulateOptionsWithImportData
(
UAbcAssetImportData* ImportData |
||
| void | |||
| EReimportResult::Type | |||
| EReimportResult::Type | ReimportGeometryCache
(
UGeometryCache* Cache |
ReimportGeometryCache | |
| EReimportResult::Type | ReimportSkeletalMesh
(
USkeletalMesh* SkeletalMesh |
ReimportGeometryCache | |
| EReimportResult::Type | ReimportStaticMesh
(
UStaticMesh* Mesh |
ReimportStaticMesh | |
| UClass * | |||
| void | SetReimportPaths
(
UObject* Obj, |
||
| void | ShowImportOptionsWindow
(
TSharedPtr< SAlembicImportOptions >& Options, |