UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
vsyntax_types.h File Reference

Go to the source code of this file.

Classes

struct  vsyntax::scan_reserved_t
 

Namespaces

namespace  vsyntax
 

Enumerations

enum  vsyntax::res_t : uint8_t {
  vsyntax::res_none = 0 , vsyntax::res_of , vsyntax::res_if , vsyntax::res_else ,
  vsyntax::res_upon , vsyntax::res_where , vsyntax::res_catch , vsyntax::res_do ,
  vsyntax::res_then , vsyntax::res_until , vsyntax::res_return , vsyntax::res_yield ,
  vsyntax::res_break , vsyntax::res_continue , vsyntax::res_at , vsyntax::res_var ,
  vsyntax::res_set , vsyntax::res_and , vsyntax::res_or , vsyntax::res_not ,
  vsyntax::res_max
}