BehaviorWriter::setJointGroupOutputIndices

Row indices that the specified joint group contains. @note The row indices point into the entire, uncompressed joint matrix.

Windows
MacOS
Linux

References

Module

RigLogicLib

Header

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

Include

#include "dna/layers/BehaviorWriter.h"

Syntax

void setJointGroupOutputIndices
(
    std::uint16_t jointGroupIndex,
    const std::uint16_t * outputIndices,
    std::uint16_t count
)

Remarks

Row indices that the specified joint group contains. @note The row indices point into the entire, uncompressed joint matrix.

Parameters

Parameter

Description

jointGroupIndex

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

outputIndices

The source address from which the row indices are to be copied.

count

The number of row indices to copy.

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