Description

Sequencer scripting will return the tick rate frame number for Get Playback Range instead of the display rate frame number. This differs from similar functions, and will result in unexpected results when used with other scripting functions. 

Steps to Reproduce
  1. Create an editor utility widget
  2. Add a button to the widget, and a text box on the button
  3. Bind the text box text to a new string variable
  4. Add an on clicked event for the button in the event graph
  5. Copy the blueprint graph from the attached screen shot
  6. Run the utility widget and click the button twice

RESULT

The first click will change the text on the button to the end frame according to Get Playback Range, which will be a much larger number than the text after the second click, which will be the value from Get Playback End. It would be expected for these numbers to be the same.

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-97619 in the post.

0
Login to Vote

Fixed
ComponentUE - Anim - Sequencer
Affects Versions4.25
Target Fix4.26
Fix Commit14202663
CreatedAug 26, 2020
ResolvedAug 27, 2020
UpdatedFeb 16, 2021