Obviuesly it won’t apper out of nothing You first need to spawn the widget:
And add it viewport:
You can do it in PlayerController Begin Play
Obviuesly it won’t apper out of nothing You first need to spawn the widget:
And add it viewport:
You can do it in PlayerController Begin Play
I am brand new to UE4.
Why is my widget blueprint not visible on the screen?
My Steps:
But, nothing from that blueprint is visible.
According to this guide:
I should see my PlayFabApiTest widget gui in the main screen.
I know I’m missing something basic, but I can’t find the guide or an answer that tells me what I’m missing.
I managed to do this in the LevelBlueprint.
Thanks!
open up your level blueprint
and on event begin play drag execution pin and type "Create widget " choose your class then right click and search for add to viewport to spawn your widget on screen …
don’t forgot to attach execution pin…
and Now you successfully created your widget and add to viwport…
Congratulation…