![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MovieSceneUnpackedChannelValues.h>
Inheritance diagram for UE::MovieScene::TIndexedChannelValue< ChannelType >:Public Member Functions | |
| template<typename U > | |
| TIndexedChannelValue (U &&InValue, int32 InChannelIndex) | |
| virtual FMovieSceneChannel * | RetrieveChannel (FMovieSceneChannelProxy &Proxy) const |
Public Member Functions inherited from UE::MovieScene::TChannelValue< ChannelType > | |
| template<typename U > | |
| TChannelValue (U &&InValue) | |
| virtual bool | AlreadyExistsAtTime (const FMovieSceneChannel *InChannel, FFrameNumber InTime) const override |
| virtual bool | IsAlreadyDefault (const FMovieSceneChannel *InChannel) const override |
| virtual void | AddKey (FMovieSceneChannel *InChannel, FFrameNumber InTime, EMovieSceneKeyInterpolation InterpolationMode) const override |
| virtual void | SetDefault (FMovieSceneChannel *InChannel) const override |
Public Member Functions inherited from UE::MovieScene::IChannelValue | |
| virtual | ~IChannelValue () |
Additional Inherited Members | |
Public Types inherited from UE::MovieScene::TChannelValue< ChannelType > | |
| using | ValueType = typename ChannelType::CurveValueType |
|
inline |
|
inlinevirtual |
Retrieve the channel pointer that this value relates to
Implements UE::MovieScene::IChannelValue.