my program crashes when I write this two lines of code, I deleted them and the program works. I don’t know what is happening.
Try commenting one line out and test, and then the other if it still crashes…
The crash report window usually contains the line of code causing the issue which will help determine which line is the problem line
Well, I tried commenting in both line of code, also only one at the time and I can say that both lines are producing the crash. What should I do ? I’m pretty lost
Is hidden word initialised?
Super::BeginPlay
needs to be the first call in begin play as that sets the Terminal which is used by PrintLine
2 Likes
That’s right! Thank you very much!
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.