FMovieSceneBoolChannel::Evaluate

Evaluate this channel

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "Channels/MovieSceneBoolChannel.h"

Source

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

Syntax

bool Evaluate
(
    FFrameTime InTime,
    bool & OutValue
) const

Remarks

Evaluate this channel

Returns

true if the channel was evaluated successfully, false otherwise

Parameters

Parameter

Description

InTime

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