Description
Returns the keys of the influenced items for a given pose in the pose asset
Information
| Plugin | ControlRig |
| Category | PoseAsset |
| Tags | PoseAsset |
| Type | FRigUnit_PoseAssetGetInfluences |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Items | The optional list of items to retrieve the influences for. If this is empty the influences will be retrieves for all items. | TArray<FRigElementKey> | () |
| PoseName | The name of the pose to look up | FName | None |
| PoseAsset | The pose asset to retrieve data from | Pose Asset | None |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Bones | The names of the retrieved bones | TArray<FRigElementKey> | |
| Curves | The names of the retrieved curves | TArray<FRigElementKey> | |
| Success | True if the bones / curves were retrieved successfully from the pose asset | bool |