Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGenericPlatformMemory > API/Runtime/Core/FGenericPlatformMemory/FSharedMemoryRegion
Overloads
| 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 |
GetAddress()
Description
Returns the beginning of the region in process address space
| Name | GetAddress |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMemory.h |
| Include Path | #include "GenericPlatform/GenericPlatformMemory.h" |
void * GetAddress()
GetAddress()
Description
Returns the beginning of the region in process address space
| Name | GetAddress |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMemory.h |
| Include Path | #include "GenericPlatform/GenericPlatformMemory.h" |
const void * GetAddress() const