Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FMovieSceneChannelValueHelper
Underlying implementation interface
| Name | IChannelValueHelper |
| Type | struct |
| Header File | /Engine/Source/Runtime/MovieScene/Public/MovieSceneKeyStructHelper.h |
| Include Path | #include "MovieSceneKeyStructHelper.h" |
Syntax
struct IChannelValueHelper
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IChannelValueHelper() |
MovieSceneKeyStructHelper.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| KeyHandleAndTime | TOptional< TTuple< FKeyHandle, FFrameNumber > > | The key handle and time for the key we're editing | MovieSceneKeyStructHelper.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetKeyFromUserValue
(
FFrameNumber InUnifiedTime |
Set the curve's key value and time from the user value, with the specified time | MovieSceneKeyStructHelper.h | |
void SetUserValueFromTime
(
FFrameNumber InUnifiedTime |
Set the user value from the specified time | MovieSceneKeyStructHelper.h |