Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FHLSLSyntaxHighlighterMarshaller
| |
|
| Name |
EParseState |
| Type |
enum |
| Header File |
/Engine/Source/Editor/UnrealEd/Public/Text/HLSLSyntaxHighlighterMarshaller.h |
| Include Path |
#include "Text/HLSLSyntaxHighlighterMarshaller.h" |
Syntax
enum EParseState
{
None,
LookingForString,
LookingForCharacter,
LookingForSingleLineComment,
LookingForMultiLineComment,
}
Values
| Name |
Remarks |
| None |
|
| LookingForString |
|
| LookingForCharacter |
|
| LookingForSingleLineComment |
|
| LookingForMultiLineComment |
|