Navigation
Unreal Engine C++ API Reference > Plugins > AlembicLibrary
References
Module | AlembicLibrary |
Header | /Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImportSettings.h |
Include | #include "AbcImportSettings.h" |
Syntax
enum EAbcGeometryCacheMotionVectorsImport
&123;
NoMotionVectors,
ImportAbcVelocitiesAsMotionVectors,
CalculateMotionVectorsDuringImport,
&125;
Values
Name | Description |
---|---|
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. |