Navigation
API > API/Runtime > API/Runtime/HeadMountedDisplay > API/Runtime/HeadMountedDisplay/IHeadMountedDisplay
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ISpectatorScreenController * GetSpectatorScreenController () |
Return a pointer to the SpectatorScreenController for the HMD if supported, else null. | IHeadMountedDisplay.h | |
virtual ISpectatorScreenController const * GetSpectatorScreenController () |
IHeadMountedDisplay.h |
GetSpectatorScreenController()
Description
Return a pointer to the SpectatorScreenController for the HMD if supported, else null. The controller is owned by the HMD, and will be destroyed when the HMD is destroyed.
| Name | GetSpectatorScreenController |
| Type | function |
| Header File | /Engine/Source/Runtime/HeadMountedDisplay/Public/IHeadMountedDisplay.h |
| Include Path | #include "IHeadMountedDisplay.h" |
virtual ISpectatorScreenController * GetSpectatorScreenController()
GetSpectatorScreenController()
| Name | GetSpectatorScreenController |
| Type | function |
| Header File | /Engine/Source/Runtime/HeadMountedDisplay/Public/IHeadMountedDisplay.h |
| Include Path | #include "IHeadMountedDisplay.h" |
virtual ISpectatorScreenController const * GetSpectatorScreenController() const