Navigation
| Name | AlembicLibrary |
| Type | Plugin |
| Part of Plugins | Alembic Importer |
| Location | /Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/ |
| Module Build Rules | AlembicLibrary.Build.cs |
Classes
| Name | Remarks |
|---|---|
| FAbcFile | |
| FAbcImporter | |
| FAbcImportLogger | |
| FAbcPolyMesh | |
| FAbcTransform | |
| FAbcUtilities | |
| UAbcAssetImportData | Base class for import data and options used when importing any asset from Alembic |
| UAbcImportSettings | Class that contains all options for importing an alembic file |
Structs
| Name | Remarks |
|---|---|
| FAbcCompressionSettings | |
| FAbcConversionSettings | |
| FAbcGeometryCacheSettings | |
| FAbcMaterialSettings | |
| FAbcMeshSample | Structure for storing individual track samples |
| FAbcNormalGenerationSettings | |
| FAbcSamplingSettings | |
| FAbcStaticMeshSettings | |
| FCompressedAbcData | |
| FMeshSection | Mesh section used for chunking the mesh data during Skeletal mesh building |
Interfaces
| Name | Remarks |
|---|---|
| IAbcObject | |
| IAlembicLibraryModule |
Enums
Public
| Name | Remarks |
|---|---|
| EAbcConversionPreset | Enum that describes type of asset to import |
| EAbcGeometryCacheMotionVectorsImport | |
| EAbcImportError | |
| EAlembicImportType | Enum that describes type of asset to import |
| EAlembicSamplingType | |
| EBaseCalculationType | |
| EFrameReadFlags | Read flags for the abc file |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| MaxNumberOfResidentSamples | const int32 | AbcObject.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!
(
EFrameReadFlags E |
AbcFile.h | ||
EFrameReadFlags operator&
(
EFrameReadFlags Lhs, |
AbcFile.h | ||
EFrameReadFlags & operator&=
(
EFrameReadFlags& Lhs, |
AbcFile.h | ||
EFrameReadFlags operator^
(
EFrameReadFlags Lhs, |
AbcFile.h | ||
EFrameReadFlags & operator^=
(
EFrameReadFlags& Lhs, |
AbcFile.h | ||
EFrameReadFlags operator|
(
EFrameReadFlags Lhs, |
AbcFile.h | ||
EFrameReadFlags & operator|=
(
EFrameReadFlags& Lhs, |
AbcFile.h | ||
EFrameReadFlags operator~
(
EFrameReadFlags E |
AbcFile.h |