oculus-samples / Unreal-LayerSample

This sample provides blueprints illustrating the use of VR compositor layers to display a UMG UI widgets. The Oculus SDK and other supporting material is subject to the Oculus proprietary license.
Other
6 stars 6 forks source link

Questions about functionality #2

Open KavanBahrami opened 6 months ago

KavanBahrami commented 6 months ago

README: "Actor_Blueprint illustrates rendering a widget into a stereo layer. The widget is first rendered into a material, then the SlateUI texture is pulled from the material into the stereo layer."

I don't see how this is happening. Can someone please clarify.

When the zip loads for me, the Actor_Blueprint in level has a texture assigned to the StereoLayer which is being displayed on PIE. The widget doesn't render to a material and the material is not being used in the StereoLayer.

Can someone on the team who built this please clarify desired intention and whether what I'm seeing is expected state of the project?

There seems to be some BP code missing.

vokama commented 5 months ago

Yes, this seems a bit misleading, thankfully the Unreal Scene sample actually contains an example of rendering a UMG Widget into the Stereo Layer