ParseFrameRate

Attempt to parse a frame rate from a string

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/FrameRate.h

Include

#include "Misc/FrameRate.h"

Source

/Engine/Source/Runtime/Core/Private/Misc/FrameRate.cpp

Syntax

TValueOrError< FFrameRate, FExpressionError > ParseFrameRate
(
    const TCHAR * FrameRateString
)

Remarks

Attempt to parse a frame rate from a string

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