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" |
| Source | /Engine/Source/Editor/MovieSceneTools/Private/MovieSceneToolHelpers.cpp |
static bool GetParentTM
&40;
FTransform & CurrentRefTM,
const TSharedPtr< ISequencer > & Sequencer,
UObject &42; ParentObject,
FFrameTime KeyTime
&41;
Remarks
Return Return ParentTm for current Parent Object This is not that scalable moving forward with stuff like the control rig , need a better caching solution there Returns true if succesful in evaluating the parent in the sequencer and getting a transform.
Parameters
| Name | Description |
|---|---|
| CurrentRefTM | Current Referemnce TM |
| Sequencer | The Sequence that's driving these parents. |
| ParentObject | The Parent |
| KeyTime | Time to Evaluate At |