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

Macros

#define LOCTEXT_NAMESPACE   "DataTable"
 
#define DATATABLE_CHANGE_SCOPE()   UDataTable::FScopedDataTableChange ActiveScope(this);
 
#define DATATABLE_CHANGE_SCOPE_SINGLE_ROW(Name)   UDataTable::FScopedDataTableChange ActiveScope(this, Name);
 

Functions

 LLM_DEFINE_TAG (DataTable)
 

Macro Definition Documentation

◆ DATATABLE_CHANGE_SCOPE

#define DATATABLE_CHANGE_SCOPE ( )    UDataTable::FScopedDataTableChange ActiveScope(this);

◆ DATATABLE_CHANGE_SCOPE_SINGLE_ROW

#define DATATABLE_CHANGE_SCOPE_SINGLE_ROW (   Name)    UDataTable::FScopedDataTableChange ActiveScope(this, Name);

◆ LOCTEXT_NAMESPACE

#define LOCTEXT_NAMESPACE   "DataTable"

Function Documentation

◆ LLM_DEFINE_TAG()

LLM_DEFINE_TAG ( DataTable  )