Navigation
API > API/Plugins > API/Plugins/AlembicLibrary
Read flags for the abc file
| Name | EFrameReadFlags |
| Type | enum |
| Header File | /Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcFile.h |
| Include Path | #include "AbcFile.h" |
Syntax
enum EFrameReadFlags
{
None = 0,
PositionAndNormalOnly = 1 << 1,
ApplyMatrix = 1 << 2,
ForceSingleThreaded = 1 << 4,
}
Values
| Name | Remarks |
|---|---|
| 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 |