Navigation
API > API/Plugins > API/Plugins/AlembicLibrary
| |
|
| Name |
EAbcGeometryCacheMotionVectorsImport |
| Type |
enum |
| Header File |
/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImportSettings.h |
| Include Path |
#include "AbcImportSettings.h" |
Syntax
enum EAbcGeometryCacheMotionVectorsImport
{
NoMotionVectors,
ImportAbcVelocitiesAsMotionVectors,
CalculateMotionVectorsDuringImport,
}
Values
| Name |
Remarks |
| NoMotionVectors |
No motion vectors will be present in the geometry cache. |
| ImportAbcVelocitiesAsMotionVectors |
Imports the Velocities from the Alembic file and converts them to motion vectors. |
| CalculateMotionVectorsDuringImport |
Force calculation of motion vectors during import. |