Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FParse
CLI string parsing using grammar based parser.
| Name | EGrammarBasedParseFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Parse.h |
| Include Path | #include "Misc/Parse.h" |
Syntax
enum EGrammarBasedParseFlags
{
None = 0u,
AllowQuotedCommands = 1 << 0u,
}
Values
| Name | Remarks |
|---|---|
| None | |
| AllowQuotedCommands |