riglogic

Windows
MacOS
Linux

Classes

Name

Description

Public class

RigInstance

RigInstance contains the instance specific data of a rig. @note The input / output buffers are all contained within a rig instance. It provides functions for setting the level of detail and input control values of a single instance, as well as accessors to the output values of joints, blend shapes and animated maps. To evaluate / drive the rig instance, it must be passed to the RigLogic::calculate function.

Public class

RigLogic

RigLogic calculates rig output values based on input control values. @note A single RigLogic instance can create and drive an arbitrary number of rig instances. Since the rig instance specific data is located on the RigInstance class, RigLogic itself may be considered stateless, and all of it's functions thread-safe.

Enums

Name

Description

Public enum

rl4::CalculationType

Implementation type for RigLogic calculations.

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