"Add force at location (parentComponent)" not there?

Hi I am a first time user of UE4 and I’m flowing a tutorial to make a Hover Vehicle Blueprint [Unreal Engine 4.7+] Hover Vehicle Blueprint Tutorial - YouTube

Everything was going well until I needed to “Add force (ParentComponent)”, which I could not find the one that says (ParentComponent) when I typed it in. Instead it came as a primitive component. Would anyone be able to help me out? I tried to compile and the error says I need a parent component, which I can’t find. Thanks guys!

What if you get a reference to your parent component variable and then drag off the pin and find ‘add force at location’, which would then be your target.

Your “ParentComponent” is a primitive component, just drag it into your scene use the get node and then connect it to the target of the Add Force at Location.