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"
Go to the source code of this file.
Classes | |
struct | FFrameRate |
|
inline |
Definition at line 259 of file FrameRate.h.
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