Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/RigLogic
Description
Based on the set or computed raw control values, calculate the PSD outputs as well. The raw control values, followed by the PSD values represent the input values of the rig.
This is considered as an advanced usage use case.
| Name | calculateControls |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/riglogic/riglogic/RigLogic.h |
| Include Path | #include "riglogic/riglogic/RigLogic.h" |
void calculateControls
(
RigInstance * instance
) const
Parameters
| Name | Remarks |
|---|---|
| instance | The rig instance whose outputs are to be calculated. |