Navigation
API > API/Runtime > API/Runtime/HeadMountedDisplay
References
| Module | HeadMountedDisplay |
| Header | /Engine/Source/Runtime/HeadMountedDisplay/Public/IIdentifiableXRDevice.h |
| Include | #include "IIdentifiableXRDevice.h" |
Syntax
USTRUCT (BlueprintType )
struct FXRDeviceId
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | DeviceId | ||
| FName | SystemName |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FXRDeviceId () |
|||
FXRDeviceId
(
IIdentifiableXRDevice* DeviceId |
|||
FXRDeviceId
(
IXRSystemIdentifier* OwningSystem, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Clear () |
||
| bool | IsOwnedBy
(
IXRSystemIdentifier* XRSystem |
||
| bool | IsSet () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FXRDeviceId& Rhs |
||
| bool | operator==
(
const IIdentifiableXRDevice* Rhs |