![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SimpleParse.h>
Static Public Member Functions | |
| static bool | MatchZeroOrMoreWhitespace (const TCHAR *&InOutPtr) |
| static bool | MatchChar (const TCHAR *&InOutPtr, TCHAR Ch) |
| static bool | ParseString (const TCHAR *&InOutPtr, FString &OutStr) |
| static bool | ParseString (const TCHAR *&InOutPtr, FStringBuilderBase &OutStr) |
| static bool | ParseUnsignedNumber (const TCHAR *&InOutPtr, int32 &OutNumber) |
|
static |