![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MovieSceneKeyStructHelper.h>
Inheritance diagram for FMovieSceneChannelValueHelper::IChannelValueHelper:Public Member Functions | |
| virtual | ~IChannelValueHelper () |
| virtual void | SetUserValueFromTime (FFrameNumber InUnifiedTime)=0 |
| virtual void | SetKeyFromUserValue (FFrameNumber InUnifiedTime)=0 |
Public Attributes | |
| TOptional< TTuple< FKeyHandle, FFrameNumber > > | KeyHandleAndTime |
Underlying implementation interface
|
inlinevirtual |
|
pure virtual |
Set the curve's key value and time from the user value, with the specified time
Implemented in MovieSceneImpl::TChannelValueHelper< ChannelType, ValueType >.
|
pure virtual |
Set the user value from the specified time
Implemented in MovieSceneImpl::TChannelValueHelper< ChannelType, ValueType >.
| TOptional<TTuple<FKeyHandle, FFrameNumber> > FMovieSceneChannelValueHelper::IChannelValueHelper::KeyHandleAndTime |
The key handle and time for the key we're editing