Files
UnrealEngineUWP/Engine/Source/Editor/UMGEditor
dan hertzka dcc7364f60 Resolving the issues with DynamicEntryBox that required the backout in CL 5497678
----------------------------------
Added DynamicEntryBoxBase, from which DynamicEntryBox derives
- The base is fully abstract, but contains all the logic for actually generating dynamic entries for various box types
- DynamicEntryBox now simply exposes public functionality and properties to leverage this
- Goal here is to enable easy creation of custom DynamicEntryBox classes that don't have to inherit a bunch of undesired public API

#rb Matt.Loesby


#ROBOMERGE-SOURCE: CL 5546028 via CL 5547294

[CL 5547305 by dan hertzka in Main branch]
2019-03-25 18:07:54 -04:00
..