Navigation
API > API/Plugins > API/Plugins/AlembicImporter
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UFactory
- 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 | |
|---|---|---|---|
| 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 |
||
| EReimportResult::Type | ReimportGeometryCache
(
UGeometryCache* Cache |
ReimportGeometryCache | |
| EReimportResult::Type | ReimportSkeletalMesh
(
USkeletalMesh* SkeletalMesh |
ReimportGeometryCache | |
| EReimportResult::Type | ReimportStaticMesh
(
UStaticMesh* Mesh |
ReimportStaticMesh | |
| void | ShowImportOptionsWindow
(
TSharedPtr< SAlembicImportOptions >& Options, |
Overridden from UFactory
| Type | Name | Description | |
|---|---|---|---|
| bool | DoesSupportClass
(
UClass* Class |
||
| 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. | |
| FText | Returns the name of the factory for menus | ||
| UClass * | Resolves SupportedClass for factories which support multiple classes. |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | Called after the C++ constructor and after the properties have been initialized, including those loaded from config. |
Overridden from FReimportHandler
| Type | Name | Description | |
|---|---|---|---|
| bool | CanReimport
(
UObject* Obj, |
Check to see if the handler is capable of reimporting the object | |
| int32 | GetPriority () |
Get the import priority for this handler. | |
| EReimportResult::Type | Attempt to reimport the specified object from its source | ||
| void | SetReimportPaths
(
UObject* Obj, |
Sets the reimport path(s) for the specified object |