unreal.InterchangeMotionVectorsHandling

class unreal.InterchangeMotionVectorsHandling

Bases: EnumBase

EInterchange Motion Vectors Handling

C++ Source:

  • Plugin: Interchange

  • Module: InterchangeNodes

  • File: InterchangeMeshDefinitions.h

CALCULATE_MOTION_VECTORS_DURING_IMPORT: InterchangeMotionVectorsHandling = Ellipsis

Force calculation of motion vectors during import. This will increase file size as the motion vectors will be stored on disc.

Type:

2

IMPORT_VELOCITIES_AS_MOTION_VECTORS: InterchangeMotionVectorsHandling = Ellipsis

Imports the velocities and converts them to motion vectors. This will increase file size as the motion vectors will be stored on disc.

Type:

1

NO_MOTION_VECTORS: InterchangeMotionVectorsHandling = Ellipsis

No motion vectors will be present in the geometry cache.

Type:

0