Hey All,
How can I get when a rigidbody / physics body goes to sleep? I want to fire a function when it goes to sleep.
In Unity3D it is as simple as checking rigidbody.IsSleeping() but I am trying to do it here in UE4 blueprints and can’t seem to find any info on it.
Cheers,