AsyncLoadingScreen icon indicating copy to clipboard operation
AsyncLoadingScreen copied to clipboard

Is it possible to exclude some levels/maps?

Open vinkumdev opened this issue 3 years ago • 3 comments

I have few maps, out of them one is super light and doesn't require loader. Is it possible to add feature to exclude some maps?

vinkumdev avatar Sep 16 '21 01:09 vinkumdev

Hi, not possible at the moment. However, you can load stream level to prevent the plugin triggers.

truong-bui avatar Sep 16 '21 03:09 truong-bui

Thank you.

I have seen in description

MoviePlayer is registered to PreLoadMap and PostLoadMapWithWorld delegates so it will be called and shut down automatically by the engine whenever you open a new level.

But not sure where those method are to trigger..

Is GetMoviePlayer()->OnPrepareLoadingScreen(). trigger loader? Is there any way so I can pass level name?

Something like here: https://nerivec.github.io/old-ue4-wiki/pages/loading-screen.html

vinkumdev avatar Sep 29 '21 14:09 vinkumdev

at me it triggers in also at load stream level how can fix? want when reload stream level no loading screen at new round or reset

Gamerios avatar Mar 07 '22 02:03 Gamerios