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