Although DefaultInstanceData of Level Sequence can be edited by BP, bOverrideInstanceData can not be edited by BP. Therefore, to reflect the edited result of DefaultInstanceData by BP, it is necessary to enable bOverrideInstanceData on the editor or set bOverrideInstanceData to true from C ++. This will cause confusion.
Changing UPROPERTY of bOverrideInstanceData from BlueprintReadOnly to BlueprintReadWrite can't solve this issue. Because bOverrideInstanceData is used in LevelSequenceActor::InitializePlayer().
none
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-72062 in the post.
1 |
Component | UE - Anim - Sequencer |
---|---|
Affects Versions | 4.22, 4.21.2 |
Target Fix | 4.23 |
Created | Mar 28, 2019 |
---|---|
Resolved | Apr 1, 2019 |
Updated | Jul 25, 2019 |