TChannelValueHelper

Templated channel value accessor utility that get's sets a channel value and time

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/MovieSceneKeyStructHelper.h

Include

#include "MovieSceneKeyStructHelper.h"

Syntax

template<typename ChannelType, typename ValueType>
struct TChannelValueHelper : public FMovieSceneChannelValueHelper::IChannelValueHelper

Remarks

Templated channel value accessor utility that get's sets a channel value and time

Variables

Name Description

Public variable

TMovieSceneChan...

 

ChannelHandle

Handle to the channel itself

Public variable

ValueType *

 

UserValue

Pointer to the user facing value on the edit interface

Constructors

Name Description

Public function

TChannelValueHelper

(
    const TMovieSceneChannelHandle< Cha...,
    ValueType* InValue
)

Overridden from IChannelValueHelper

Name Description

Public function Virtual

void

 

SetKeyFromUserValue

(
    FFrameNumber InUnifiedTime
)

Set the key's time and value to the user facing value, and the specified time

Public function Virtual

void

 

SetUserValueFromTime

(
    FFrameNumber InUnifiedTime
)

Set the user facing value to the curve's current value at the specified time

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss