DefinitionWriter::setJointIndices

Store a list of joint indices onto a specified index.

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 setJointIndices
(
    std::uint16_t index,
    const std::uint16_t * jointIndices,
    std::uint16_t count
)

Remarks

Store a list of joint indices onto a specified index.

Parameters

Parameter

Description

index

A position in a zero-indexed array where joint indices are stored. @note The index denotes the position of an entire joint index list, not the position of it's individual elements, i.e. the row index in a 2D matrix of joint indices. @note The joint index storage will be implicitly resized (if needed) to provide storage for the number of joint indices that is inferred from the specified index.

jointIndices

The source address from which the joint indices are to be copied. @note These indices can be used to access joint names through DefinitionReader::getJointName.

count

The number of joint indices to copy.

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