sideeffects / HoudiniEngineForUnreal-v2

Houdini Engine Plugin for Unreal Engine 4 - Version 2
http://www.sidefx.com/unreal
Other
294 stars 75 forks source link

Remove IsPendingKill() with IsValidChecked() #179

Closed Ryan-DowlingSoka closed 2 years ago

Ryan-DowlingSoka commented 2 years ago

IsPendingKill is deprecated, IsValidChecked() is the wrapper for that. If NewInputObject is non-null but IsValidChecked() fails then the object is pending kill/invalid.