Hey, I am trying to implement an auto login using Blueprints in Unreal. I try loading saved data of the username and password from the previous login. Then try to authenticate in the event construct of the Blue print. This does not work, when I put the autologin in the Event Tick it works then keeps repeating the login.
Best Answer
M
Mehrab Kooner
said
over 5 years ago
Resolved this issue with a bool. Everything is working now
1 Comment
M
Mehrab Kooner
said
over 5 years ago
Answer
Resolved this issue with a bool. Everything is working now
Mehrab Kooner
Hey, I am trying to implement an auto login using Blueprints in Unreal. I try loading saved data of the username and password from the previous login. Then try to authenticate in the event construct of the Blue print. This does not work, when I put the autologin in the Event Tick it works then keeps repeating the login.
Resolved this issue with a bool. Everything is working now
Mehrab Kooner
Resolved this issue with a bool. Everything is working now
-
Documentation Notes
-
Design issues with user events
-
Using NoSQL
-
Runtime Collections vs Metadata Collections
-
Anonymous authentication from browser app
-
Modules
-
Movement With Unity
-
Problem with url parameters for downloadables
-
Querying NoSql GameSparks database
-
Challenge accesType
See all 2487 topics