get_bone_pose_at_time
Query bone poses at any animation time in Unreal Engine. Provide asset path, bone names, and time in seconds to get exact bone transforms for inspection.
Instructions
Get bone transforms at a specific time.
Args: asset_path: Unreal asset path bone_names: List of bone names to query time: Time in seconds
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time | Yes | ||
| asset_path | Yes | ||
| bone_names | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |