![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Public Member Functions | |
| TTableItem (FString &&InKey, const T *InItem, int32 InIndex) | |
Public Attributes | |
| FString | Key |
| const T * | Item |
| int32 | Index |
Friends | |
| FORCENOINLINE friend uint32 | GetTypeHash (const TTableItem &TableItem) |
| FORCENOINLINE friend bool | operator== (const TTableItem &Lhs, const TTableItem &Rhs) |
Structure that holds an item from the NameMap/ImportMap/ExportMap in a TSet for diffing
|
inline |
|
friend |
|
friend |
| int32 TTableItem< T >::Index |
Index in the original *Map (table). Only for information purposes.
| const T* TTableItem< T >::Item |
Pointer to the original item
| FString TTableItem< T >::Key |
The key generated for this item