Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FParse > API/Runtime/Core/Misc/FParse/Token
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/Parse.h |
| Include | #include "Misc/Parse.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/Parse.cpp |
static bool Token
(
const TCHAR *& Str,
FString & Arg,
bool UseEscape
)
Remarks
Grabs the next space-delimited string from the input stream. If quoted, gets entire quoted string.