UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition SimpleParse.h:11
static bool ParseUnsignedNumber(const TCHAR *&InOutPtr, int32 &OutNumber)
Definition SimpleParse.cpp:92
static bool MatchChar(const TCHAR *&InOutPtr, TCHAR Ch)
Definition SimpleParse.cpp:19
static bool ParseString(const TCHAR *&InOutPtr, FString &OutStr)
Definition SimpleParse.cpp:82
static bool MatchZeroOrMoreWhitespace(const TCHAR *&InOutPtr)
Definition SimpleParse.cpp:8