Navigation
API > API/Plugins > API/Plugins/AlembicLibrary
| Name | FCompressedAbcData |
| Type | struct |
| Header File | /Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImporter.h |
| Include Path | #include "AbcImporter.h" |
Syntax
struct FCompressedAbcData
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FCompressedAbcData() |
AbcImporter.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AverageSample | FAbcMeshSample * | Average sample to apply the bases to | AbcImporter.h | |
| BaseSamples | TArray< FAbcMeshSample * > | List of base samples calculated using PCA compression | AbcImporter.h | |
| CurveValues | TArray< TArray< float > > | Contains the curve values for each individual base | AbcImporter.h | |
| Guid | FGuid | GUID identifying the poly mesh object this compressed data corresponds to | AbcImporter.h | |
| TimeValues | TArray< TArray< float > > | Contains the time key values for each individual base | AbcImporter.h |