Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/dna > API/Plugins/RigLogicLib/dna/layers > API/Plugins/RigLogicLib/dna/layers/DefinitionWriter
References
| Module | RigLogicLib |
| Header | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/DefinitionWriter.h |
| Include | #include "dna/layers/DefinitionWriter.h" |
void setRawControlName
&40;
std::uint16_t index,
const char &42; name
&41;
Remarks
The control name storage will be implicitly resized (if needed) to provide storage for the number of names that is inferred from the specified index.
The passed in name is copied, which will involve an additional allocation.
Parameters
| Name | Description |
|---|---|
| index | A name's position in the zero-indexed array of raw control names. |
| name | A null-terminated string. |