![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "UObject/ObjectMacros.h"#include "UObject/Object.h"#include "UObject/Class.h"#include "UObject/UnrealType.h"#include "UObject/PropertyPortFlags.h"#include "Misc/TransactionallySafeCriticalSection.h"#include "DataTableUtils.h"#include "DataTable.generated.h"Go to the source code of this file.
Classes | |
| struct | FTableRowBase |
| class | UDataTable |
| struct | UDataTable::FScopedDataTableChange |
| struct | FDataTableRowHandle |
| struct | TStructOpsTypeTraits< FDataTableRowHandle > |
| struct | FDataTableCategoryHandle |
Macros | |
| #define | GETROW_REPORTERROR(Handle, Template) Handle.GetRow<Template>(FString::Printf(TEXT("%s.%s"), *GetPathName(), TEXT(#Handle))) |
| #define | GETROWOBJECT_REPORTERROR(Object, Handle, Template) Handle.GetRow<Template>(FString::Printf(TEXT("%s.%s"), *Object->GetPathName(), TEXT(#Handle))) |
| #define GETROW_REPORTERROR | ( | Handle, | |
| Template | |||
| ) | Handle.GetRow<Template>(FString::Printf(TEXT("%s.%s"), *GetPathName(), TEXT(#Handle))) |
Macro to call GetRow with a correct error info. Assumed to be called from within a UObject