FActuatorBinding¶
Maps a MuJoCo actuator to its associated joint DOF addresses.
Built once at bind time, used every physics step.
| Attribute | Value |
|---|---|
| Kind | Struct |
| UE Macro | USTRUCT |
Properties¶
Public Properties¶
| Property | Type | Description |
|---|---|---|
ActuatorMjID |
int32 |
MuJoCo actuator ID — index into d->ctrl |
QposAddr |
int32 |
Index into d->qpos for the joint this actuator drives |
QvelAddr |
int32 |
Index into d->qvel (generalized velocity) for the joint |
Component |
UMjActuator* | The UMjActuator component (holds NetworkValue/InternalValue) |