My program compiles, allows me to edit the Unreal landscape. When I go to play the program to see if things are going as planned, the program crashes. I tried uploading the log file but it won’t let me upload a log file. I tried saving the file as a .png, . jpeg, .jpg. All those files don’t upload because the image is corrupted. The log is too big to copy and paste. I can Email whoever responds the file if need be.
Thank you for the help!
Thank you Dan! Here are my logs.
Are you sure the actor has a terminal component?
1 Like
Could you also show your code?
1 Like
Super::BeginPlay
needs to be first before calls to PrintLine
as that will initialise the Terminal variable that is used for PrintLine
1 Like
This fixed the issue. Thank you dan. You were a lot of help.
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.