Visibility track in 4.15 launcher version is not visible. Converted projects from previous version which already had this track, but cannot create new one.
If I add Interp keyword in the UPROPERTY, I can fix this.
What I don't understand is that there is no Interp keyword in previous version.
**Added: This issue is not reproduced in main branch.
in Widget.h
/** The visibility of the widget */
UPROPERTY(EditAnywhere, Interp, Category="Behavior")
ESlateVisibility Visibility;
1) Open UMG editor. Add a button.
2) Create a widget animation
3) Add a Button track
4) In the +Track button, Note there is no Visibility property.
5) Try same step in 4.14
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-42554 in the post.
1 |
Component | UE - Anim - Sequencer |
---|---|
Affects Versions | 4.15 |
Target Fix | 4.15.1 |
Fix Commit | 3340101 |
---|
Created | Mar 6, 2017 |
---|---|
Resolved | Mar 9, 2017 |
Updated | Apr 27, 2018 |