FGenericPlatformMemory::UnmapNamedSharedMemoryRegion

Unmaps a name shared memory region

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "GenericPlatform/GenericPlatformMemory.h"

Source

/Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformMemory.cpp

Syntax

static bool UnmapNamedSharedMemoryRegion
(
    FSharedMemoryRegion * MemoryRegion
)

Remarks

Unmaps a name shared memory region

Returns

true if successful

Parameters

Parameter

Description

MemoryRegion

an object that encapsulates a shared memory region (will be destroyed even if function fails!)

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