Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/dna > API/Plugins/RigLogicLib/dna/layers > API/Plugins/RigLogicLib/dna/layers/RBFBehaviorReader
Warnings * The index must be less than the value returned by getRBFPoseControlCount.
References
| Module | RigLogicLib |
| Header | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/RBFBehaviorReader.h |
| Include | #include "dna/layers/RBFBehaviorReader.h" |
StringView getRBFPoseControlName
(
std::uint16_t poseControlIndex
) const
Remarks
The index must be less than the value returned by getRBFPoseControlCount. View over the control name string.
Parameters
| Name | Description |
|---|---|
| poseControlIndex | A name's position in the zero-indexed array of RBF pose control names. |