Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/RBFBehaviorWriter
Description
The pose storage will be implicitly resized (if needed) to provide storage for the number of poses that is inferred from the specified index.
The passed in name is copied, which will involve an additional allocation.
| Name | setRBFPoseName |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/RBFBehaviorWriter.h |
| Include Path | #include "dna/layers/RBFBehaviorWriter.h" |
void setRBFPoseName
(
std::uint16_t poseIndex,
const char * name
)
Parameters
| Name | Remarks |
|---|---|
| poseIndex | A RBF pose's position in the zero-indexed array of poses. |
| name | A null-terminated string. |