Navigation
API > API/Plugins > API/Plugins/InterchangePipelines
Animation length type when importing.
| Name | EInterchangeAnimationRange |
| Type | enum |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Pipelines/Public/InterchangeGenericAnimationPipeline.h |
| Include Path | #include "InterchangeGenericAnimationPipeline.h" |
Syntax
enum EInterchangeAnimationRange
{
Timeline,
Animated,
SetRange,
MAX,
}
Values
| Name | Remarks |
|---|---|
| Timeline | This option imports the range of frames based on timeline definition in the source. |
| Animated | This option imports the range of frames that have animation. |
| SetRange | This option imports the range of frames specified by "FrameImportRange". |
| MAX |