How do i remove a force i added to Body Instance?

Hey,
there is something i don’t understand by looking at the code. lets say i add force using the AddForce in the body instance class. now when does the force stop? how do i disable the force?

thanks,
.

Hi,

If you calling AddForce function one time, it means this force will be acting during current time tick.

Best regards,

thank you.