Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/MovieSceneSection.h |
Include | #include "MovieSceneSection.h" |
Syntax
struct FMovieSceneEasingSettings
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
int32 | AutoEaseInDuration | Automatically applied ease in duration in frames |
![]() |
int32 | AutoEaseOutDuration | Automatically applied ease out time |
![]() |
bool | bManualEaseIn | Whether to manually override this section's ease in time |
![]() |
bool | bManualEaseOut | Whether to manually override this section's ease out time |
![]() |
TScriptInterface< IMovieSceneEasingFunction > | EaseIn | |
![]() |
TScriptInterface< IMovieSceneEasingFunction > | EaseOut | |
![]() |
int32 | ManualEaseInDuration | Manually override this section's ease in duration in frames |
![]() |
int32 | ManualEaseOutDuration | Manually override this section's ease-out duration in frames |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
int32 | ||
![]() ![]() |
int32 |
Deprecated Variables
Type | Name | Description | |
---|---|---|---|
![]() |
float | AutoEaseInTime_DEPRECATED | |
![]() |
float | AutoEaseOutTime_DEPRECATED | |
![]() |
float | ManualEaseInTime_DEPRECATED | |
![]() |
float | ManualEaseOutTime_DEPRECATED |