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

Go to the source code of this file.

Classes

struct  uLang::SAttribute
 
class  uLang::CAttributable
 Base class for everything that can have attributes attached to it (classes, expressions, etc.) More...
 

Namespaces

namespace  uLang
 

Macros

#define UE_API   VERSECOMPILER_API
 

Functions

bool uLang::IsAttributeHack (const SAttribute &Attribute, const CClass *AttributeClass, const CSemanticProgram &Program)
 
bool uLang::IsAttributeHack (const SAttribute &Attribute, const CFunction *AttributeFunction, const CSemanticProgram &Program)
 
template<typename TIterator , typename ClassOrFunction >
TIterator uLang::FindAttributeHack (TIterator First, TIterator Last, const ClassOrFunction *AttributeClassOrFunction, const CSemanticProgram &Program)
 

Macro Definition Documentation

◆ UE_API

#define UE_API   VERSECOMPILER_API