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 EAlembicSamplingType
{
PerFrame,
UMETA =(DisplayName = "Per X Frames"),
PerTimeStep,
}
Values
Name |
Description |
PerFrame |
Samples the animation according to the imported data (default) |
UMETA |
Samples the animation at given intervals determined by Frame Steps |
PerTimeStep |
Samples the animation at given intervals determined by Time Steps |