Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/RigLogic
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void calculateMLControls
(
RigInstance* instance |
Calculate controls driving the machine learned behavior of the rig. | riglogic/riglogic/RigLogic.h | |
void calculateMLControls
(
RigInstance* instance, |
Calculate controls driving the machine learned behavior of the rig. | riglogic/riglogic/RigLogic.h |
calculateMLControls(RigInstance *)
Description
This is considered as an advanced usage use case.
| Name | calculateMLControls |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/riglogic/riglogic/RigLogic.h |
| Include Path | #include "riglogic/riglogic/RigLogic.h" |
void calculateMLControls
(
RigInstance * instance
) const
Parameters
| Name | Remarks |
|---|---|
| instance | The rig instance whose controls for driving machine learned behavior are to be calculated. |
See Also
calculateMLControls(RigInstance *, std::uint16_t, std::uint16_t, std::uint16_t)
Description
This is considered as an advanced usage use case.
| Name | calculateMLControls |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/riglogic/riglogic/RigLogic.h |
| Include Path | #include "riglogic/riglogic/RigLogic.h" |
void calculateMLControls
(
RigInstance * instance,
std::uint16_t mlTypeIndex,
std::uint16_t mlOperationSetIndex,
std::uint16_t mlOperationIndex
) const
Parameters
| Name | Remarks |
|---|---|
| instance | The rig instance whose controls for driving machine learned behavior are to be calculated. |