Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FrameRate.h File Reference
+ Include dependency graph for FrameRate.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  FFrameRate
 

Functions

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

Function Documentation

◆ ConvertFrameTime()

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

Definition at line 259 of file FrameRate.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ParseFrameRate()

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

Attempt to parse a frame rate from a string

◆ TryParseString()

bool TryParseString ( FFrameRate & OutFrameRate,
const TCHAR * InString )

Common Lex::TryParseString overload for FFrameRate