Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/RigLogic
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void calculateRBFControls
(
RigInstance* instance |
Calculate controls driving the RBF behavior of the of the rig. | riglogic/riglogic/RigLogic.h | |
void calculateRBFControls
(
RigInstance* instance, |
Calculate controls driving the RBF behavior of the rig. | riglogic/riglogic/RigLogic.h |
calculateRBFControls(RigInstance *)
Description
This is considered as an advanced usage use case.
| Name | calculateRBFControls |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/riglogic/riglogic/RigLogic.h |
| Include Path | #include "riglogic/riglogic/RigLogic.h" |
void calculateRBFControls
(
RigInstance * instance
) const
Parameters
| Name | Remarks |
|---|---|
| instance | The rig instance whose controls for driving machine learned behavior are to be calculated. |
See Also
calculateRBFControls(RigInstance *, std::uint16_t)
Warnings * The index must be less than the value returned by getRBFSolverCount.
Description
This is considered as an advanced usage use case.
The index must be less than the value returned by getRBFSolverCount.
| Name | calculateRBFControls |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/riglogic/riglogic/RigLogic.h |
| Include Path | #include "riglogic/riglogic/RigLogic.h" |
void calculateRBFControls
(
RigInstance * instance,
std::uint16_t solverIndex
) const
Parameters
| Name | Remarks |
|---|---|
| instance | The rig instance whose controls for RBF behavior are to be calculated. |
| solverIndex | The RBF solver whose outputs need to be calculated. |