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

Namespaces

namespace  uLang
 

Macros

#define VISIT_KIND(Name, CppType)   case ETypeKind::Name: return #Name;
 

Functions

const charuLang::TypeKindAsCString (ETypeKind Type)
 
const charuLang::GetConstraintTypeAsCString (ETypeConstraintFlags TypeConstraints, bool bIsSubtype)
 

Macro Definition Documentation

◆ VISIT_KIND

#define VISIT_KIND (   Name,
  CppType 
)    case ETypeKind::Name: return #Name;