Navigation
API > API/Runtime > API/Runtime/MovieScene
Templated channel value accessor utility that get's sets a channel value and time
| Name | TChannelValueHelper |
| Type | struct |
| Header File | /Engine/Source/Runtime/MovieScene/Public/MovieSceneKeyStructHelper.h |
| Include Path | #include "MovieSceneKeyStructHelper.h" |
Syntax
template<typename ChannelType, typename ValueType>
struct TChannelValueHelper : public FMovieSceneChannelValueHelper::IChannelValueHelper
Inheritance Hierarchy
- FMovieSceneChannelValueHelper::IChannelValueHelper → TChannelValueHelper
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TChannelValueHelper
(
const TMovieSceneChannelHandle< ChannelType >& InChannel, |
MovieSceneKeyStructHelper.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ChannelHandle | TMovieSceneChannelHandle< ChannelType > | Handle to the channel itself | MovieSceneKeyStructHelper.h | |
| UserValue | ValueType * | Pointer to the user facing value on the edit interface | MovieSceneKeyStructHelper.h |
Functions
Public
Overridden from IChannelValueHelper
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void SetKeyFromUserValue
(
FFrameNumber InUnifiedTime |
Set the key's time and value to the user facing value, and the specified time | MovieSceneKeyStructHelper.h | |
virtual void SetUserValueFromTime
(
FFrameNumber InUnifiedTime |
Set the user facing value to the curve's current value at the specified time | MovieSceneKeyStructHelper.h |