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