Navigation
API > API/Plugins > API/Plugins/IKRig > API/Plugins/IKRig/Rig > API/Plugins/IKRig/Rig/Solvers
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UIKRig_SetTransformEffector
References
| Module | IKRig |
| Header | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Rig/Solvers/IKRig_SetTransform.h |
| Include | #include "Rig/Solvers/IKRig_SetTransform.h" |
Syntax
UCLASS&40;BlueprintType&41;
class UIKRig_SetTransformEffector : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Alpha | Blend the effector on/off. Range is 0-1. Default is 1.0. | |
| bool | bEnablePosition | If true, Goal will drive the translation of the target bone. Default is true. | |
| bool | bEnableRotation | If true, Goal will drive the rotation of the target bone. Default is true. |