Navigation
Unreal Engine C++ API Reference > Runtime > AnimGraphRuntime > BoneControllers > FAnimNode_RigidBody
Syntax
const UWorld * UnsafeWorld
Remarks
Used by CollectWorldObjects and UpdateWorldGeometry in Task Thread Typically, World should never be accessed off the Game Thread. However, since we're just doing overlaps this should be OK.