FHoloLensSharedMemoryRegion

HoloLens representation of a shared memory region

Windows
MacOS
Linux

Inheritance Hierarchy

FGenericPlatformMemory::FSharedMemoryRegion

FHoloLensPlatformMemory::FHoloLensSharedMemoryRegion

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/HoloLens/HoloLensPlatformMemory.h

Include

#include "HoloLens/HoloLensPlatformMemory.h"

Syntax

struct FHoloLensSharedMemoryRegion : public FGenericPlatformMemory::FSharedMemoryRegion

Remarks

HoloLens representation of a shared memory region

Variables

Name Description

Protected variable

HANDLE

 

Mapping

Handle of a file mapping object

Constructors

Name Description

Public function

FHoloLensSharedMemoryRegion

(
    const FString& InName,
    uint32 InAccessMode,
    void* InAddress,
    SIZE_T InSize,
    HANDLE InMapping
)

Functions

Name Description

Public function Const

HANDLE

 

GetMapping()

Returns the handle to file mapping object.

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