EAbcGeometryCacheMotionVectorsImport

Windows
MacOS
Linux

References

Module

AlembicLibrary

Header

/Engine/Plugins/Experimental/AlembicImporter/Source/AlembicLibrary/Public/AbcImportSettings.h

Include

#include "AbcImportSettings.h"

Syntax

enum EAbcGeometryCacheMotionVectorsImport
{
    NoMotionVectors,
    ImportAbcVelocitiesAsMotionVectors,
    CalculateMotionVectorsDuringImport,
}

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss