Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Grammar output. This is not ready for use, but will later provide a Verse and VSON output library and pretty-printing API.
| |
|
| Name |
encoding |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/VerseCompiler/Public/uLang/Parser/VerseGrammar.h |
| Include Path |
#include "uLang/Parser/VerseGrammar.h" |
Syntax
struct encoding
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
encoding
(
prec Prec0,
bool AllowIn0,
bool FollowingIn0
)
|
|
uLang/Parser/VerseGrammar.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| AllowIn |
bool |
|
uLang/Parser/VerseGrammar.h |
|
| FollowingIn |
bool |
|
uLang/Parser/VerseGrammar.h |
|
| Prec |
prec |
|
uLang/Parser/VerseGrammar.h |
|
Functions
Public