Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGenericPlatformMemory
Generic representation of a shared memory region
| Name | FSharedMemoryRegion |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMemory.h |
| Include Path | #include "GenericPlatform/GenericPlatformMemory.h" |
Syntax
struct FSharedMemoryRegion
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSharedMemoryRegion
(
const FString& InName, |
GenericPlatform/GenericPlatformMemory.h |
Enums
Protected
| Name | Remarks |
|---|---|
| Limits |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void * GetAddress () |
Returns the beginning of the region in process address space | GenericPlatform/GenericPlatformMemory.h | |
const void * GetAddress () |
Returns the beginning of the region in process address space | GenericPlatform/GenericPlatformMemory.h | |
const TCHAR * GetName() |
Returns the name of the region | GenericPlatform/GenericPlatformMemory.h | |
SIZE_T GetSize() |
Returns size of the region in bytes | GenericPlatform/GenericPlatformMemory.h |