DefinitionReader::getNeutralJointTranslation

The index must be less than the value returned by getJointCount.

Windows
MacOS
Linux

Warnings

  • The index must be less than the value returned by getJointCount.

References

Module

RigLogicLib

Header

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

Include

#include "dna/layers/DefinitionReader.h"

Syntax

Vector3 getNeutralJointTranslation
(
    std::uint16_t index
) const

Remarks

The index must be less than the value returned by getJointCount.

Returns

The joint's translation (x, y, z).

Parameters

Parameter

Description

index

A joint's position in the zero-indexed array of joint translations.

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