Description
Returns the transforms and curve values of a set of poses
Information
| Plugin | ControlRig |
| Category | PoseAsset |
| Tags | PoseAsset |
| Type | FRigUnit_PoseAssetGetPoseForItems |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Poses | The list of poses to retrieve | TArray<FRigUnit_PoseAsset_PoseInfo> | (()) |
| Items | The optional list of items to retrieve the pose for. If this is empty the pose will be retrieved for all items. | TArray<FRigElementKey> | () |
| Mode | The mode to use when retrieving the pose. NOTE: This is only used if the pose asset is additive. | Pose Asset Get Pose for Items Mode | ApplyToInitial |
| PoseAsset | The pose asset to retrieve data from | Pose Asset | None |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Bones | Only the bones returned from the pose | TArray<FRigElementKey> | |
| LocalTransforms | The transforms of the retrieved bones in local space | TArray<FTransform> | |
| Curves | Only the curves returned from the pose | TArray<FRigElementKey> | |
| CurveValues | The values of the retrieved curves | TArray<float> | |
| Success | True if the transforms were retrieved successfully from the pose asset | bool |