Blueprint notifies do not show up in Personas Add Notify menu if the c++ class they inherit off is marked as abstract
This is because the list of valid notify classes we cache is filtered by the Abstract flag, meaning we don't add valid classes that derive from an Abstract class.
We should probably change this behaviour to add any notify subclass to the internal list, and then filter by Abstract at the point of displaying the UI instead.
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-28556 in the post.
0 |
Component | OLD - Anim |
---|---|
Affects Versions | 4.11 |
Target Fix | 4.12 |
Created | Mar 18, 2016 |
---|---|
Resolved | Apr 22, 2016 |
Updated | May 18, 2020 |