Description

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.

Have Comments or More Details?

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

0
Login to Vote

Fixed
ComponentOLD - Anim
Affects Versions4.11
Target Fix4.12
Fix Commit2952688
Main Commit3023490
Release Commit2952688
CreatedMar 18, 2016
ResolvedApr 22, 2016
UpdatedMay 18, 2020