FFrameNumberTimeEvaluator::EvaluateTimecode

Evaluate the given expression, resulting in either a double value, or an error

Windows
MacOS
Linux

References

Module

TimeManagement

Header

/Engine/Source/Runtime/TimeManagement/Public/FrameNumberTimeEvaluator.h

Include

#include "FrameNumberTimeEvaluator.h"

Source

/Engine/Source/Runtime/TimeManagement/Private/FrameNumberTimeEvaluator.cpp

Syntax

TValueOrError< FFrameTime, FExpressionError > EvaluateTimecode
(
    const TCHAR * InExpression,
    const FFrameRate & InDisplayFrameRate,
    const FFrameRate & InTickResolution,
    bool & OutDirectlyParsed
) const

Remarks

Evaluate the given expression, resulting in either a double value, or an error

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