Navigation
API > API/Plugins > API/Plugins/IKRig > API/Plugins/IKRig/Rig > API/Plugins/IKRig/Rig/Solvers
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UIKRig_FBIKEffector
References
| Module | IKRig |
| Header | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Rig/Solvers/IKRig_FBIKSolver.h |
| Include | #include "Rig/Solvers/IKRig_FBIKSolver.h" |
Syntax
UCLASS&40;BlueprintType&41;
class UIKRig_FBIKEffector : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | BoneName | The bone that this effector will pull on. | |
| FName | GoalName | The Goal that is driving this effector's transform. | |
| int32 | IndexInSolver | ||
| float | PinRotation | Range 0-1 (default is 1.0). | |
| float | PullChainAlpha | Range 0-1 (default is 1.0). | |
| float | StrengthAlpha | Range 0-1 (default is 1.0). |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CopySettings
(
const UIKRig_FBIKEffector* Other |