![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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/FrameNumber.h"#include "Misc/FrameTime.h"#include "Templates/ValueOrError.h"Go to the source code of this file.
Classes | |
| struct | FFrameRate |
Functions | |
| FFrameTime | ConvertFrameTime (FFrameTime SourceTime, FFrameRate SourceRate, FFrameRate DestinationRate) |
| CORE_API TValueOrError< FFrameRate, FExpressionError > | ParseFrameRate (const TCHAR *FrameRateString) |
| CORE_API bool | TryParseString (FFrameRate &OutFrameRate, const TCHAR *InString) |
|
inline |
| 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"
| CORE_API bool TryParseString | ( | FFrameRate & | OutFrameRate, |
| const TCHAR * | InString | ||
| ) |
Common Lex::TryParseString overload for FFrameRate