I have a bug where sometimes the HUD shows two mouse cursors. I can't recreate the bug, but I think it might be because there are two HUD movies up, but only one of them controls the mouse. Is there an iterator that will find all GFxMoviePlayers currently in use? I think I could use that to close the extra HUD.
Announcement
Collapse
No announcement yet.
Is there an iterator for GFxMoviePlayers?
Collapse
X
-
Is there an iterator for GFxMoviePlayers?
Check out Himeko Sutori, the upcoming tactical RPG where you control armies of over 100 unique characters.Tags: None
-
https://docs.unrealengine.com/udk/Th...Iterators.html Looks like there's nothing built-in. I'll probably just have to keep track of it myself...Check out Himeko Sutori, the upcoming tactical RPG where you control armies of over 100 unique characters.
-
Update: In GFxMoviePlayer, there's this...
Code:/** Called when the movie is done and removed from the all movie list. So final clean up can be done*/ event OnCleanup();
Check out Himeko Sutori, the upcoming tactical RPG where you control armies of over 100 unique characters.
Comment
Comment