Navigation
API > API/Plugins > API/Plugins/InterchangeNodes
| Name | EInterchangeMotionVectorsHandling |
| Type | enum |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Nodes/Public/InterchangeMeshDefinitions.h |
| Include Path | #include "InterchangeMeshDefinitions.h" |
Syntax
enum EInterchangeMotionVectorsHandling
{
NoMotionVectors,
ImportVelocitiesAsMotionVectors,
CalculateMotionVectorsDuringImport,
}
Values
| Name | Remarks |
|---|---|
| NoMotionVectors | No motion vectors will be present in the geometry cache. |
| ImportVelocitiesAsMotionVectors | Imports the velocities and converts them to motion vectors. |
| CalculateMotionVectorsDuringImport | Force calculation of motion vectors during import. |