BP Time Attack Racer Help Ep. 6

Very, very new to unreal. In this tutorial at about 2:50 he has me call a custom event ApplySettings. When I follow the rest of the video and hit compile I get an error from this spot saying, " This blueprint (self) is not a GameUserSettings, therefor ’ target’ must have a connection.

In the tutorial he does not have anything connected to this. any advise?

Show us a screenshoot.

Correct name, wrong event. Since there is already an “Apply Settings” node (https://docs.unrealengine.com/en-US/BlueprintAPI/Settings/ApplySettings/index.html), you must be careful. So either change the name of the custom event or search for the right one.

Thank you so much!