Hey folks!
When incorrectly attempting to initialize a class I created and compiling the script, the UEFN application crashes and completely bricks the project. This probably won’t happen to regular users, as I was just messing around trying to figure out how to create a Verse equivalent of an object of my class.
This is what causes the crash:
WantedLevel:wanted_level_class = wanted_level_class{numKills: 1}
Attached below are my scripts including one with my WIP wanted_level_class and my main script in a zip:
wanted_level_classes.zip (3.1 KB)