Ok guys, Tested on happens on both 4.12.4 and 4.12.5
it is very simple to reproduce this:
-
open a new project template, like the third person one
-
go to the main CharacterBP
-
Compile and you see the compiling time all ok, but
-
Add an Event Dispatcher and compile again = you will see that everytime you click to compile, the compile time increases and accumulates. See the video to understand: - YouTube
-
delete the event dispatcher and the compilation time returns to normal
OBS> it is happening to the main CharacterBP, if you add a new BP Actor the problem do not appears…