UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FrameRate.h File Reference

Go to the source code of this file.

Classes

struct  FFrameRate
 

Functions

FFrameTime ConvertFrameTime (FFrameTime SourceTime, FFrameRate SourceRate, FFrameRate DestinationRate)
 
CORE_API TValueOrError< FFrameRate, FExpressionErrorParseFrameRate (const TCHAR *FrameRateString)
 
CORE_API bool TryParseString (FFrameRate &OutFrameRate, const TCHAR *InString)
 

Function Documentation

◆ ConvertFrameTime()

FFrameTime ConvertFrameTime ( FFrameTime  SourceTime,
FFrameRate  SourceRate,
FFrameRate  DestinationRate 
)
inline

◆ ParseFrameRate()

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

Attempt to parse a frame rate from a string Note: user code may need to include "Misc/ExpressionParserTypes.h"

◆ TryParseString()

CORE_API bool TryParseString ( FFrameRate OutFrameRate,
const TCHAR InString 
)

Common Lex::TryParseString overload for FFrameRate