DefinitionWriter::setJointName

Name of the specified joint.

Windows
MacOS
Linux

References

Module

RigLogicLib

Header

/Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/DefinitionWriter.h

Include

#include "dna/layers/DefinitionWriter.h"

Syntax

void setJointName
(
    std::uint16_t index,
    const char * name
)

Remarks

Name of the specified joint.

Parameters

Parameter

Description

index

A name's position in the zero-indexed array of joint names. @note The joint name storage will be implicitly resized (if needed) to provide storage for the number of names that is inferred from the specified index.

name

A null-terminated string. @note The passed in name is copied, which will involve an additional allocation.

See Also

Joints

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss