I was testing FPreLoadScreenManager:
const FPreLoadScreenManager* PreLoadScreenManager = FPreLoadScreenManager::Get();
It always returned a NULL pointer when executing using the editor.
But in standalone it does work.
I don’t understand why this happen. What is the cause?
There is a way it works in non-standalone mode?
Thanyou so much!!