UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TPtrTableBase< T, PtrType > Class Template Reference

#include <MemoryImage.h>

+ Inheritance diagram for TPtrTableBase< T, PtrType >:

Public Member Functions

void Empty (int32 NewSize=0)
 
uint32 Num () const
 
uint32 AddIndexedPointer (T *Ptr)
 
bool TryAddIndexedPtr (const FTypeLayoutDesc &TypeDesc, void *Ptr, int32 &OutIndex)
 
void LoadIndexedPointer (T *Ptr)
 
void AddPatchedPointer (T *Ptr, uint64 Offset)
 
T * GetIndexedPointer (uint32 i) const
 
bool TryGetIndexedPtr (const FTypeLayoutDesc &TypeDesc, uint32 i, void *&OutPtr) const
 
void ApplyPointerPatches (void *FrozenBase) const
 
TArray< PtrType >::RangedForIteratorType begin ()
 
TArray< PtrType >::RangedForIteratorType end ()
 
TArray< PtrType >::RangedForConstIteratorType begin () const
 
TArray< PtrType >::RangedForConstIteratorType end () const
 
- Public Member Functions inherited from FPtrTableBase
CORE_API void SavePatchesToArchive (FArchive &Ar, uint32 PtrIndex) const
 

Static Public Member Functions

static const FTypeLayoutDescStaticGetPtrTypeLayoutDesc ()
 
- Static Public Member Functions inherited from FPtrTableBase
template<typename PtrType >
static void LoadAndApplyPatchesFromArchive (FArchive &Ar, void *FrozenBase, const PtrType &Ptr)
 

Additional Inherited Members

- Protected Member Functions inherited from FPtrTableBase
CORE_API void AddPatchedPointerBase (uint32 PtrIndex, uint64 Offset)
 
- Protected Attributes inherited from FPtrTableBase
TArray< FPatchOffsetListPatchLists
 
TArray< FPatchOffsetPatchOffsets
 

Member Function Documentation

◆ AddIndexedPointer()

template<typename T , typename PtrType >
uint32 TPtrTableBase< T, PtrType >::AddIndexedPointer ( T *  Ptr)
inline

◆ AddPatchedPointer()

template<typename T , typename PtrType >
void TPtrTableBase< T, PtrType >::AddPatchedPointer ( T *  Ptr,
uint64  Offset 
)
inline

◆ ApplyPointerPatches()

template<typename T , typename PtrType >
void TPtrTableBase< T, PtrType >::ApplyPointerPatches ( void FrozenBase) const
inline

◆ begin() [1/2]

template<typename T , typename PtrType >
TArray< PtrType >::RangedForIteratorType TPtrTableBase< T, PtrType >::begin ( )
inline

◆ begin() [2/2]

template<typename T , typename PtrType >
TArray< PtrType >::RangedForConstIteratorType TPtrTableBase< T, PtrType >::begin ( ) const
inline

◆ Empty()

template<typename T , typename PtrType >
void TPtrTableBase< T, PtrType >::Empty ( int32  NewSize = 0)
inline

◆ end() [1/2]

template<typename T , typename PtrType >
TArray< PtrType >::RangedForIteratorType TPtrTableBase< T, PtrType >::end ( )
inline

◆ end() [2/2]

template<typename T , typename PtrType >
TArray< PtrType >::RangedForConstIteratorType TPtrTableBase< T, PtrType >::end ( ) const
inline

◆ GetIndexedPointer()

template<typename T , typename PtrType >
T * TPtrTableBase< T, PtrType >::GetIndexedPointer ( uint32  i) const
inline

◆ LoadIndexedPointer()

template<typename T , typename PtrType >
void TPtrTableBase< T, PtrType >::LoadIndexedPointer ( T *  Ptr)
inline

◆ Num()

template<typename T , typename PtrType >
uint32 TPtrTableBase< T, PtrType >::Num ( ) const
inline

◆ StaticGetPtrTypeLayoutDesc()

template<typename T , typename PtrType >
const FTypeLayoutDesc & TPtrTableBase< T, PtrType >::StaticGetPtrTypeLayoutDesc ( )
inlinestatic

◆ TryAddIndexedPtr()

template<typename T , typename PtrType >
bool TPtrTableBase< T, PtrType >::TryAddIndexedPtr ( const FTypeLayoutDesc TypeDesc,
void Ptr,
int32 OutIndex 
)
inline

◆ TryGetIndexedPtr()

template<typename T , typename PtrType >
bool TPtrTableBase< T, PtrType >::TryGetIndexedPtr ( const FTypeLayoutDesc TypeDesc,
uint32  i,
void *&  OutPtr 
) const
inline

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