UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TTableItem< T > Struct Template Reference

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)
 

Detailed Description

template<typename T>
struct TTableItem< T >

Structure that holds an item from the NameMap/ImportMap/ExportMap in a TSet for diffing

Constructor & Destructor Documentation

◆ TTableItem()

template<typename T >
TTableItem< T >::TTableItem ( FString &&  InKey,
const T *  InItem,
int32  InIndex 
)
inline

Friends And Related Symbol Documentation

◆ GetTypeHash

template<typename T >
FORCENOINLINE friend uint32 GetTypeHash ( const TTableItem< T > &  TableItem)
friend

◆ operator==

template<typename T >
FORCENOINLINE friend bool operator== ( const TTableItem< T > &  Lhs,
const TTableItem< T > &  Rhs 
)
friend

Member Data Documentation

◆ Index

template<typename T >
int32 TTableItem< T >::Index

Index in the original *Map (table). Only for information purposes.

◆ Item

template<typename T >
const T* TTableItem< T >::Item

Pointer to the original item

◆ Key

template<typename T >
FString TTableItem< T >::Key

The key generated for this item


The documentation for this struct was generated from the following file: