Navigation
API > API/Editor > API/Editor/MovieSceneTools > API/Editor/MovieSceneTools/MovieSceneToolHelpers
Description
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
| Name | GetParentTM |
| Type | function |
| Header File | /Engine/Source/Editor/MovieSceneTools/Public/MovieSceneToolHelpers.h |
| Include Path | #include "MovieSceneToolHelpers.h" |
| Source | /Engine/Source/Editor/MovieSceneTools/Private/MovieSceneToolHelpers.cpp |
static bool GetParentTM
(
FTransform & CurrentRefTM,
const TSharedPtr < ISequencer > & Sequencer,
UObject * ParentObject,
FFrameTime KeyTime
)
Returns true if succesful in evaluating the parent in the sequencer and getting a transform.
Parameters
| Name | Remarks |
|---|---|
| CurrentRefTM | Current Referemnce TM |
| Sequencer | The Sequence that's driving these parents. |
| ParentObject | The Parent |
| KeyTime | Time to Evaluate At |