UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::MovieScene::TIndexedChannelValue< ChannelType > Struct Template Reference

#include <MovieSceneUnpackedChannelValues.h>

+ Inheritance diagram for UE::MovieScene::TIndexedChannelValue< ChannelType >:

Public Member Functions

template<typename U >
 TIndexedChannelValue (U &&InValue, int32 InChannelIndex)
 
virtual FMovieSceneChannelRetrieveChannel (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
 

Constructor & Destructor Documentation

◆ TIndexedChannelValue()

template<typename ChannelType >
template<typename U >
UE::MovieScene::TIndexedChannelValue< ChannelType >::TIndexedChannelValue ( U &&  InValue,
int32  InChannelIndex 
)
inline

Member Function Documentation

◆ RetrieveChannel()

template<typename ChannelType >
virtual FMovieSceneChannel * UE::MovieScene::TIndexedChannelValue< ChannelType >::RetrieveChannel ( FMovieSceneChannelProxy Proxy) const
inlinevirtual

Retrieve the channel pointer that this value relates to

Implements UE::MovieScene::IChannelValue.


The documentation for this struct was generated from the following file: