How can i check the distance between the character and the ground

I want to check the distance between bird character and the ground how can i make this i think i need to use line trace by channel or something like this

Yes, you need to use a line trace :slight_smile:

1 Like

Yes a like previously mentioned, line trace is what ya need. Id make a quick note that on the out hit you can break hit result and distance is hanging out on that break hit result node as a float variable and displays in centimeters if you print it out. You’ll have to make your appropriate conversions to get the units you want.