FMovieSceneFloatChannel::Evaluate

Evaluate this channel with the frame resolution

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneFloatChannel.h

Include

#include "Channels/MovieSceneFloatChannel.h"

Source

/Engine/Source/Runtime/MovieScene/Private/Channels/MovieSceneFloatChannel.cpp

Syntax

bool Evaluate
(
    FFrameTime InTime,
    float & OutValue
) const

Remarks

Evaluate this channel with the frame resolution

Returns

true if the channel was evaluated successfully, false otherwise

Parameters

Parameter

Description

InTime

The time to evaluate at

InTime

The Frame Rate the time to evaluate at

OutValue

A value to receive the result

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