Navigation
BlueprintAPI > BlueprintAPI/EditorScripting > BlueprintAPI/EditorScripting/SequencerTools > BlueprintAPI/EditorScripting/SequencerTools/ControlRig
Get Actors World Transform at a specific time
Target is Control Rig Sequencer Editor Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Level Sequence | Active Sequence to get transform for |
| object | Actor | The actor |
| struct | Frame | Time to get the transform |
| enum | Time Unit | Unit for frame values, either in display rate or tick resolution |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| transform | Return Value | Returns World Transform |