![]() |
Ark Server API (ASA) - Wiki
|
#include "HAL/Platform.h"#include "Internationalization/Text.h"#include "Math/NumericLimits.h"#include "Math/Range.h"#include "Math/RangeBound.h"#include "Math/UnrealMathUtility.h"#include "Misc/ExpressionParserTypes.h"#include "Misc/FrameNumber.h"#include "Misc/FrameTime.h"#include "Templates/ValueOrError.h"
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 |
|
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:| TValueOrError< FFrameRate, FExpressionError > ParseFrameRate | ( | const TCHAR * | FrameRateString | ) |
Attempt to parse a frame rate from a string
| bool TryParseString | ( | FFrameRate & | OutFrameRate, |
| const TCHAR * | InString ) |
Common Lex::TryParseString overload for FFrameRate