Navigation
API > API/Plugins > API/Plugins/PCG
This helper namespace to be used for helper functions dedicated to parsing various input strings.
| Name | PCGParser::EPCGParserResult |
| Type | enum |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Helpers/Parsing/PCGParsing.h |
| Include Path | #include "Helpers/Parsing/PCGParsing.h" |
Syntax
namespace PCGParser
{
enum EPCGParserResult
{
Success,
InvalidCharacter,
InvalidExpression,
EmptyExpression,
}
}
Values
| Name | Remarks |
|---|---|
| Success | |
| InvalidCharacter | |
| InvalidExpression | |
| EmptyExpression |