Navigation
API > API/Editor > API/Editor/MovieSceneTools > API/Editor/MovieSceneTools/MovieSceneToolHelpers
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/MovieSceneToolHelpers.h |
| Include | #include "MovieSceneToolHelpers.h" |
static void GetLocationAtTime
(
const FMovieSceneEvaluationTrack * Track,
UObject * Object,
FFrameTime KeyTime,
FVector & KeyPos,
FRotator & KeyRot,
const TSharedPtr< ISequencer > & Sequencer
)
Remarks
Get the location at time for the specified transform evaluation track
Parameters
| Name | Description |
|---|---|
| Track | The sequencer we are evaluating |
| Object | The object that owns this track |
| KeyTime | the time to evaluate |
| KeyPos | The position at this time |
| KeyRot | The rotation at this time |
| Sequencer | The Sequence that owns this track |