EAlembicSamplingType

Windows
MacOS
Linux

References

Module

AlembicLibrary

Header

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

Include

#include "AbcImportSettings.h"

Syntax

enum EAlembicSamplingType
{
    PerFrame,
    PerXFrames,
    PerTimeStep,
}

Values

Name

Description

PerFrame

Samples the animation according to the imported data (default)

PerXFrames

Samples the animation at given intervals determined by Frame Steps

PerTimeStep

Samples the animation at given intervals determined by Time Steps

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