Navigation
API > API/Plugins > API/Plugins/AlembicLibrary
References
| Module | AlembicLibrary |
| Header | /Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcFile.h |
| Include | #include "AbcFile.h" |
Syntax
enum EFrameReadFlags
&123;
None = 0,
PositionAndNormalOnly = 1 << 1,
ApplyMatrix = 1 << 2,
ForceSingleThreaded = 1 << 4,
&125;
Values
| Name | Description |
|---|---|
| None | |
| PositionAndNormalOnly | Will only read position and normal data for the objects |
| ApplyMatrix | Will pre-multiply the world matrix with the read sample positions |
| ForceSingleThreaded | Will force single thread processing |
Remarks
Read flags for the abc file