Navigation
API > API/Plugins > API/Plugins/AlembicLibrary
References
| Module | AlembicLibrary |
| Header | /Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImportSettings.h |
| Include | #include "AbcImportSettings.h" |
Syntax
USTRUCT&40;Blueprintable&41;
struct FAbcSamplingSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bSkipEmpty | Skip empty (pre-roll) frames and start importing at the frame which actually contains data | |
| int32 | FrameEnd | Ending index to stop sampling the animation at | |
| int32 | FrameStart | Starting index to start sampling the animation from | |
| int32 | FrameSteps | Steps to take when sampling the animation | |
| EAlembicSamplingType | SamplingType | Type of sampling performed while importing the animation | |
| float | TimeSteps | Time steps to take when sampling the animation |
Constructors
| Type | Name | Description | |
|---|---|---|---|