![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MovieSceneKeyStructHelper.h>
Inheritance diagram for MovieSceneImpl::TChannelValueHelper< ChannelType, ValueType >:Public Member Functions | |
| TChannelValueHelper (const TMovieSceneChannelHandle< ChannelType > &InChannel, ValueType *InValue) | |
| virtual void | SetUserValueFromTime (FFrameNumber InUnifiedTime) |
| virtual void | SetKeyFromUserValue (FFrameNumber InUnifiedTime) |
Public Member Functions inherited from FMovieSceneChannelValueHelper::IChannelValueHelper | |
| virtual | ~IChannelValueHelper () |
Public Attributes | |
| TMovieSceneChannelHandle< ChannelType > | ChannelHandle |
| ValueType * | UserValue |
Public Attributes inherited from FMovieSceneChannelValueHelper::IChannelValueHelper | |
| TOptional< TTuple< FKeyHandle, FFrameNumber > > | KeyHandleAndTime |
Templated channel value accessor utility that get's sets a channel value and time
|
inline |
|
inlinevirtual |
Set the key's time and value to the user facing value, and the specified time
Implements FMovieSceneChannelValueHelper::IChannelValueHelper.
|
inlinevirtual |
Set the user facing value to the curve's current value at the specified time
Implements FMovieSceneChannelValueHelper::IChannelValueHelper.
| TMovieSceneChannelHandle<ChannelType> MovieSceneImpl::TChannelValueHelper< ChannelType, ValueType >::ChannelHandle |
Handle to the channel itself
| ValueType* MovieSceneImpl::TChannelValueHelper< ChannelType, ValueType >::UserValue |
Pointer to the user facing value on the edit interface