IMovieSceneKeyProxy::RefreshCurrentValue

Implementation function that retrieves the underlying key time/value and applies then to the specified value and time parameters.

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "MovieSceneKeyProxy.h"

Syntax

template<typename ChannelType, typename ValueType>
void RefreshCurrentValue
(
    TMovieSceneChannelHandle< ChannelType > InChannelHandle,
    FKeyHandle InKeyHandle,
    ValueType & OutValue,
    FFrameNumber & OutTime
)

Remarks

Implementation function that retrieves the underlying key time/value and applies then to the specified value and time parameters. Normally called once per tick.

Parameters

Parameter

Description

InChannelHandle

The channel on which the underlying key value resides

InKeyHandle

A handle to the key that we are reflecting

OutValue

(Out) Value to receive the underlying key's value

OutTime

(Out) Time to receive the underlying key 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