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