UHeadMountedDisplayFunctionLibrary::GetHMDDeviceName() says it returns the "device" you are using, but it really returns the name of the SDK or XR System that you are using (for example launching on Oculus device through SteamVR SDK, it will return SteamVR).
You can see that it is calling a function "GetSystemName" under the hood:
FName UHeadMountedDisplayFunctionLibrary::GetHMDDeviceName() { FName DeviceName(NAME_None); if (GEngine->XRSystem.IsValid()) { DeviceName = GEngine->XRSystem->GetSystemName(); } return DeviceName; }
i have this problem UE4CC-Windows-58DC12AF4B97F057BD108FBFF569B2E9_0000
I am not able to find world outliner how to enable it?
Delay nodes occasionally don't fire the "Completed" output in a nativized build
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
How can i modify the param name in EQS node
An error occurred while trying to generate project files !?
What method is used to fill polygonal regions when drawing spline mesh at run time?
How to achieve HLSL Multiple Render Target in Material blueprints?
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-59783 in the post.
5 |
Component | UE - Platform - XR |
---|---|
Affects Versions | 4.20 |
Target Fix | 4.27 |
Created | May 30, 2018 |
---|---|
Resolved | Jan 27, 2021 |
Updated | Oct 13, 2021 |