TStereoLayerManager::GetAllocatedTexture

Get texture reference to HMD swapchain to avoid the copy path, useful for continuous update layers

Windows
MacOS
Linux

Override Hierarchy

IStereoLayers::GetAllocatedTexture()

TStereoLayerManager::GetAllocatedTexture()

References

Module

HeadMountedDisplay

Header

/Engine/Source/Runtime/HeadMountedDisplay/Public/StereoLayerManager.h

Include

#include "StereoLayerManager.h"

Syntax

virtual void GetAllocatedTexture
(
    uint32 LayerId,
    FTextureRHIRef & Texture,
    FTextureRHIRef & LeftTexture
)

Remarks

Get texture reference to HMD swapchain to avoid the copy path, useful for continuous update layers

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