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