Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > FMovieSceneChannelValueHelper
Inheritance Hierarchy
- FMovieSceneChannelValueHelper::IChannelValueHelper
- TChannelValueHelper
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/MovieSceneKeyStructHelper.h |
Include | #include "MovieSceneKeyStructHelper.h" |
Syntax
struct IChannelValueHelper
Remarks
Underlying implementation interface
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TOptional< TTuple< FKeyHandle, FFrameNumber > > | KeyHandleAndTime | The key handle and time for the key we're editing |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | SetKeyFromUserValue
(
FFrameNumber InUnifiedTime |
Set the curve's key value and time from the user value, with the specified time |
![]() |
void | SetUserValueFromTime
(
FFrameNumber InUnifiedTime |
Set the user value from the specified time |