Navigation
API > API/Runtime > API/Runtime/HeadMountedDisplay
Inheritance Hierarchy
- IModularFeature
- IXRSystemIdentifier
- IXRSystemAssets
References
| Module | HeadMountedDisplay |
| Header | /Engine/Source/Runtime/HeadMountedDisplay/Public/IXRSystemAssets.h |
| Include | #include "IXRSystemAssets.h" |
Syntax
class IXRSystemAssets :
public IModularFeature,
public IXRSystemIdentifier
Functions
| Type | Name | Description | |
|---|---|---|---|
| UPrimitiveComponent * | CreateRenderComponent
(
const int32 DeviceId, |
Attempts to spawn a renderable component for the specified device. | |
| bool | EnumerateRenderableDevices
(
TArray< int32 >& DeviceListOut |
Fills out a device list with unique identifiers that can be used to reference system specific devices. | |
| int32 | GetDeviceId
(
EControllerHand ControllerHand |
Provides a mapping for MotionControllers, so we can identify the device ID used for a specific hand (which in turn can be used in other functions, like CreateRenderComponent, etc.). | |
| FName |