Navigation
API > API/Plugins > API/Plugins/AlembicLibrary
References
| Module | AlembicLibrary |
| Header | /Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImporter.h |
| Include | #include "AbcImporter.h" |
Syntax
struct FCompressedAbcData
Variables
| Type | Name | Description | |
|---|---|---|---|
| FAbcMeshSample * | AverageSample | Average sample to apply the bases to | |
| TArray< FAbcMeshSample * > | BaseSamples | List of base samples calculated using PCA compression | |
| TArray< TArray< float > > | CurveValues | Contains the curve values for each individual base | |
| FGuid | Guid | GUID identifying the poly mesh object this compressed data corresponds to | |
| TArray< FString > | MaterialNames | Material names used for retrieving created materials | |
| TArray< TArray< float > > | TimeValues | Contains the time key values for each individual base |
Destructors
| Type | Name | Description | |
|---|---|---|---|