Navigation
API > API/Plugins > API/Plugins/OpenXRHMD
References
| Module | OpenXRHMD |
| Header | /Engine/Plugins/Runtime/OpenXR/Source/OpenXRHMD/Public/IOpenXRExtensionPlugin.h |
| Include | #include "IOpenXRExtensionPlugin.h" |
Syntax
class IOpenXRCustomCaptureSupport
Functions
| Type | Name | Description | |
|---|---|---|---|
| FTransform | |||
| FVector | GetWorldSpaceRayFromCameraPoint
(
FVector2D pixelCoordinate |
||
| bool | IsEnabled () |
||
| UARTexture * | OnGetARTexture
(
EARTextureType TextureType |
||
| bool | OnGetCameraIntrinsics
(
FARCameraIntrinsics& OutCameraIntrinsics |
||
| TArray< FARTraceResult > | OnLineTraceTrackedObjects
(
const TSharedPtr< FARSupportInterface, ESPMode::ThreadSafe > ARCompositionComponent, |
||
| bool | OnToggleARCapture
(
const bool bOnOff |