Created in relation to https://udn.unrealengine.com/questions/405764/is-it-possible-to-set-sequencer-spawnables-propert.html
Issue relates to behavior of the Event BeginPlay and the propagation of variables. (The sequencer value is being sent after BeginPlay is called?)
1. Open attached project
2. Observe FloatVar in LevelSequence is set to 20 (default floatvar is 10)
3. Play in Editor - Observe BP spawn with value of 10
4. Add delay to event begin play - Compile
5. Play in Editor - Observe BP spawn with value of 20, also: BP may spawn immediately on begin play (and another will spawn during the sequence)
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-53327 in the post.
3 |
Component | UE - Anim - Sequencer |
---|---|
Affects Versions | 4.17.2, 4.18.2, 4.19 |
Target Fix | 4.20 |
Created | Dec 11, 2017 |
---|---|
Resolved | Mar 27, 2018 |
Updated | Apr 27, 2018 |