I have created a fullscreen with a dynamic title that centers itself vertically by adjusting its Y Pivot as text is being input from the sequencer. In a back-to-back situation I want the title to animate vertically, where its landing position will be in the same position as in the take item it is transitioning into. To achieve this I need to retrieve the Y Pivot value of the object in the upcoming take item to animate the current title to the correct position before the transition is completed. It seems like a "GetObjectByName" method in the xpTakeItem members would do the trick, but of course that doesn't exist. Are there any workarounds to achieve this? Thanks.