Navigation
API > API/Plugins > API/Plugins/OpenXRHMD
This interface allows OpenXR specific modules to access an OpenXR specific api for OpenXRHMD, avoiding the need to directly access FOpenXRHMD. See also IXRTrackingSystem::GetIOpenXRHMD().
| Name | FOpenXRSwapchainProperties |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/OpenXR/Source/OpenXRHMD/Public/IOpenXRHMD.h |
| Include Path | #include "IOpenXRHMD.h" |
Syntax
struct FOpenXRSwapchainProperties
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ArraySize | uint32 | IOpenXRHMD.h | ||
| AuxiliaryCreateFlags | ETextureCreateFlags | IOpenXRHMD.h | ||
| ClearValueBinding | const FClearValueBinding & | IOpenXRHMD.h | ||
| CreateFlags | ETextureCreateFlags | IOpenXRHMD.h | ||
| DebugName | const FStringView | IOpenXRHMD.h | ||
| Format | uint8 | IOpenXRHMD.h | ||
| NumMips | uint32 | IOpenXRHMD.h | ||
| NumSamples | uint32 | IOpenXRHMD.h | ||
| SizeX | uint32 | IOpenXRHMD.h | ||
| SizeY | uint32 | IOpenXRHMD.h |