FParse::Token

Grabs the next space-delimited string from the input stream. If quoted, gets entire quoted string.

Windows
MacOS
Linux

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

Syntax

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss