Navigation
API > API/Plugins > API/Plugins/IKRig
NOTE: This type has been replaced with FPoleSolver.
| Name | UIKRig_PoleSolver |
| Type | class |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Rig/Solvers/IKRigPoleSolver.h |
| Include Path | #include "Rig/Solvers/IKRigPoleSolver.h" |
Syntax
UCLASS (MinimalAPI)
class UIKRig_PoleSolver : public UIKRigSolver
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UIKRigSolver → UIKRig_PoleSolver
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UIKRig_PoleSolver() |
Rig/Solvers/IKRigPoleSolver.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EndName | FName | Rig/Solvers/IKRigPoleSolver.h | ||
| RootName | FName | Rig/Solvers/IKRigPoleSolver.h |
Functions
Public
Overridden from UIKRigSolver
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ConvertToInstancedStruct
(
FInstancedStruct& OutInstancedStruct |
Upgrade patch to new UStruct-based solver | Rig/Solvers/IKRigPoleSolver.h |
Deprecated Variables
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Effector_DEPRECATED | TObjectPtr< UIKRig_PoleSolverEffector > | Rig/Solvers/IKRigPoleSolver.h |
|