Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FTreeParser
| Name | EParseAction |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/TreeParser.h |
| Include Path | #include "TreeParser.h" |
Syntax
enum EParseAction
{
Continue,
Skip,
Break,
}
Values
| Name | Remarks |
|---|---|
| Continue | |
| Skip | |
| Break |