Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > Channels
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannelTraits.h |
Include | #include "Channels/MovieSceneChannelTraits.h" |
Syntax
struct FKeyDataOptimizationParams
Remarks
Parameter structure passed to UE::MovieScene::Optimize that defines optimization parameters
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
bool | bAutoSetInterpolation | Whether to automatically set interpolation tangents or not |
![]() |
FFrameRate | DisplayRate | The display rate to use for calculating tangents in non-normalized space |
![]() |
TRange< FFrameNumber > | Range | A range inside which to optimize keys |
![]() |
float | Tolerance | An arbitrary tolerance under which keys should be optimizied |