UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FSimpleParse Struct Reference

#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)
 

Member Function Documentation

◆ MatchChar()

bool FSimpleParse::MatchChar ( const TCHAR *&  InOutPtr,
TCHAR  Ch 
)
static

◆ MatchZeroOrMoreWhitespace()

bool FSimpleParse::MatchZeroOrMoreWhitespace ( const TCHAR *&  InOutPtr)
static

◆ ParseString() [1/2]

bool FSimpleParse::ParseString ( const TCHAR *&  InOutPtr,
FString &  OutStr 
)
static

◆ ParseString() [2/2]

bool FSimpleParse::ParseString ( const TCHAR *&  InOutPtr,
FStringBuilderBase OutStr 
)
static

◆ ParseUnsignedNumber()

bool FSimpleParse::ParseUnsignedNumber ( const TCHAR *&  InOutPtr,
int32 OutNumber 
)
static

The documentation for this struct was generated from the following files: