Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/dna > API/Plugins/RigLogicLib/dna/layers > API/Plugins/RigLogicLib/dna/layers/RBFBehaviorWriter
References
| Module | RigLogicLib |
| Header | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/RBFBehaviorWriter.h |
| Include | #include "dna/layers/RBFBehaviorWriter.h" |
void setRBFPoseScale
(
std::uint16_t poseIndex,
float scale
)
Remarks
The pose storage will be implicitly resized (if needed) to provide storage for the number of poses that is inferred from the specified index.
Parameters
| Name | Description |
|---|---|
| poseIndex | A RBF pose's position in the zero-indexed array of poses. |
| scale | The solver's pose scale. |