Navigation
API > API/Runtime > API/Runtime/AnimGraphRuntime > API/Runtime/AnimGraphRuntime/BoneControllers
References
| Module | AnimGraphRuntime |
| Header | /Engine/Source/Runtime/AnimGraphRuntime/Public/BoneControllers/AnimNode_AnimDynamics.h |
| Include | #include "BoneControllers/AnimNode_AnimDynamics.h" |
Syntax
struct FAnimPhysSphericalLimit
Variables
| Type | Name | Description | |
|---|---|---|---|
| FBoneReference | DrivingBone | Bone to attach the sphere to | |
| float | LimitRadius | Radius of the sphere | |
| ESphericalLimitType | LimitType | Whether to lock bodies inside or outside of the sphere | |
| FVector | SphereLocalOffset | Local offset for the sphere, if no driving bone is set this is in node space, otherwise bone space |
Constructors
| Type | Name | Description | |
|---|---|---|---|