Unreal Course Function Parameters Line errors

been following the instructions as in the course
Though I am having problems with VScode telling I got errors in Lines 55 and 27 of my code
What do I need to do to fix it?

Following Functions Parameters on the Unreal Course, minute 5:15

Update: So it seems my PrintIntroduction is asking me to return value
Though I think there should not be any error since I am following Lecture 27 of the Unreal Course
I would love to know whats cousing this problem so I can compile my code

You have bool as the return type for PrintIntroduction which is why it’s saying that. What would be the return type if we do not wish to return a value?

Privacy & Terms