Navigation
Unreal Engine C++ API Reference > Runtime > Core > Unix > FUnixPlatformMemory
Inheritance Hierarchy
- FSharedMemoryRegion
- FUnixPlatformMemory::FUnixSharedMemoryRegion
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Unix/UnixPlatformMemory.h |
Include | #include "Unix/UnixPlatformMemory.h" |
Syntax
struct FUnixSharedMemoryRegion : public FSharedMemoryRegion
Remarks
Unix representation of a shared memory region
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
bool | bCreatedThisRegion | Whether we created this region |
![]() |
int | Fd | File descriptor of a shared region |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FUnixSharedMemoryRegion
(
const FString& InName, |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
int | Returns file descriptor of a shared memory object | |
![]() ![]() |
bool | Returns true if we need to unlink this region on destruction (no other process will be able to access it) |