![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <WindowsPlatformMemory.h>
Inheritance diagram for FWindowsPlatformMemory::FWindowsSharedMemoryRegion:Public Member Functions | |
| Windows::HANDLE | GetMapping () const |
| FWindowsSharedMemoryRegion (const FString &InName, uint32 InAccessMode, void *InAddress, SIZE_T InSize, Windows::HANDLE InMapping) | |
Public Member Functions inherited from FGenericPlatformMemory::FSharedMemoryRegion | |
| const TCHAR * | GetName () const |
| void * | GetAddress () |
| const void * | GetAddress () const |
| SIZE_T | GetSize () const |
| FSharedMemoryRegion (const FString &InName, uint32 InAccessMode, void *InAddress, SIZE_T InSize) | |
Protected Attributes | |
| Windows::HANDLE | Mapping |
Protected Attributes inherited from FGenericPlatformMemory::FSharedMemoryRegion | |
| TCHAR | Name [MaxSharedMemoryName] |
| uint32 | AccessMode |
| void * | Address |
| SIZE_T | Size |
Additional Inherited Members | |
Protected Types inherited from FGenericPlatformMemory::FSharedMemoryRegion | |
| enum | Limits { MaxSharedMemoryName = 128 } |
Windows representation of a shared memory region
|
inline |
|
inline |
Returns the handle to file mapping object.
|
protected |
Handle of a file mapping object