ESharedMemoryAccess

Flags used for shared memory creation/open

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMemory.h

Include

#include "GenericPlatform/GenericPlatformMemory.h"

Syntax

enum ESharedMemoryAccess
{
    Read     = (1 << 1),
    Write    = (1 << 2),
}

Values

Name

Description

Read

Write

Remarks

Flags used for shared memory creation/open

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss