Get Reference to Add Linear Velocity from C++

Hi,
I am new to Unreal. I have been developing Games using Unity and used to get component
using GetComponent, i want to know if there is similar stuff in Unreal to get the reference of component and AddVelocity to move the Actor.

Search for component. There’s plenty of methods for getting the components you need.