Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FParse
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 Command
&40;
const TCHAR &42;&42; Stream,
const TCHAR &42; Match,
bool bParseMightTriggerExecution
&41;
Remarks
Sees if Stream starts with the named command. If it does, skips through the command and blanks past it. Returns true of match.
Parameters
Name | Description |
---|---|
bParseMightTriggerExecution | true: Caller guarantees this is only part of parsing and no execution happens without further parsing (good for "DumpConsoleCommands"). |