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

Go to the source code of this file.

Classes

class  uLang::CSymbolTable
 Database keeping track of symbols and their text equivalent. More...
 
class  uLang::CSymbol
 Symbol representing a text string with an associated id. More...
 

Namespaces

namespace  uLang
 

Macros

#define UE_API   ULANGCORE_API
 

Typedefs

using uLang::SymbolId = uint32_t
 A unique id representing a symbol.
 

Enumerations

enum  { uLang::SymbolId_Null = 0 }
 The id of the empty string, hardcoded to a fixed value. More...
 

Macro Definition Documentation

◆ UE_API

#define UE_API   ULANGCORE_API