Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Still automatically skip when level loaded #73

Open
Vakeros opened this issue May 12, 2023 · 1 comment
Open

Still automatically skip when level loaded #73

Vakeros opened this issue May 12, 2023 · 1 comment

Comments

@Vakeros
Copy link

Vakeros commented May 12, 2023

I'm on 4.27 even with this config and no call of "StopLoadingScreen" it's skipping the loading screen
cf2ee8d84506cee72f44445575e263ce

@truong-bui
Copy link
Owner

truong-bui commented May 14, 2023

I suggest not using the manual stop since it is not working correctly. I may remove this option in the future

EDIT: I have rechecked the StopLoadingScreen node in the 5.2 version, and it works just fine. You can enable "Wait for Manual Stop"=true, "Allow Engine Tick"=true, and "MinimumLoadingScreenDisplayTime">=0. Then you can use StopLoadingScreen node. Note that you must call the StopLoadingScreen node only in the Event BeginPlay event ( you can use the Delay node before it). Otherwise, the StopLoadingScreen node doesn't work on other events like keyboard events.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants