calculateJoints

Overload list

Windows
MacOS
Linux
Name Description

Public function Const

void

 

calculateJoints

(
    RigInstance* instance
)

Calculate only the joint outputs of the rig. @note This is considered as an advanced usage use case.

Public function Const

void

 

calculateJoints

(
    RigInstance* instance,
    std::uint16_t jointGroupIndex
)

Calculate individual joint groups. @note It's intended to be used in a multi-threaded environment, such that the calculatin of all joint groups is performed by several threads, instead of computing all at once. @note This is considered as an expert usage use case.

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