![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MemoryImage.h>
Inheritance diagram for FPointerTableBase:Public Member Functions | |
| virtual | ~FPointerTableBase () |
| virtual int32 | AddIndexedPointer (const FTypeLayoutDesc &TypeDesc, void *Ptr)=0 |
| virtual void * | GetIndexedPointer (const FTypeLayoutDesc &TypeDesc, uint32 i) const =0 |
| virtual CORE_API void | SaveToArchive (FArchive &Ar, const FPlatformTypeLayoutParameters &LayoutParams, const void *FrozenObject) const |
| virtual CORE_API bool | LoadFromArchive (FArchive &Ar, const FPlatformTypeLayoutParameters &LayoutParams, void *FrozenObject) |
| int32 | AddTypeDependency (const FTypeLayoutDesc &TypeDesc) |
| const FTypeLayoutDesc * | GetTypeDependency (int32 Index) const |
|
inlinevirtual |
|
pure virtual |
Implemented in FShaderMapPointerTable.
|
inline |
|
pure virtual |
Implemented in FShaderMapPointerTable.
|
inline |
|
virtual |
Reimplemented in FShaderMapPointerTable.
|
virtual |
Reimplemented in FShaderMapPointerTable.