Navigation
API > API/Plugins > API/Plugins/PhysicsControl > API/Plugins/PhysicsControl/FAnimNode_RigidBodyWithControl
Description
Set the override physics asset. This will automatically trigger a physics re-init if the override physics asset changes. Users can get access to this in the Animation Blueprint via the Animation Node Functions.
| Name | SetOverridePhysicsAsset |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PhysicsControl/Source/PhysicsControl/Public/AnimNode_RigidBodyWithControl.h |
| Include Path | #include "AnimNode_RigidBodyWithControl.h" |
| Source | /Engine/Plugins/Experimental/PhysicsControl/Source/PhysicsControl/Private/AnimNode_RigidBodyWithControl.cpp |
void SetOverridePhysicsAsset
(
UPhysicsAsset * PhysicsAsset
)