Hi Guys,
Anyone seen this before?
I have a Blueprint derived from a C++ PlayerController class.
When I open the Blueprint in the editor, it runs! I see the UE_LOG messages (from Tick() ) scrolling by telling me the references and pointers are bad. Of course they are bad - the program isn’t running!
Any idea what would cause a Blueprint to run when you simply open it in the editor?