Navigation
Unreal Engine C++ API Reference > Plugins > AlembicLibrary
References
Module | AlembicLibrary |
Header | /Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImportSettings.h |
Include | #include "AbcImportSettings.h" |
Syntax
enum EAlembicImportType
&123;
StaticMesh,
GeometryCache,
Skeletal,
&125;
Values
Name | Description |
---|---|
StaticMesh | Imports only the first frame as one or multiple static meshes |
GeometryCache | Imports the Alembic file as flipbook and matrix animated objects |
Skeletal | Imports the Alembic file as a skeletal mesh containing base poses as morph targets and blending between them to achieve the correct animation frame |
Remarks
Enum that describes type of asset to import