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