How do I make a pulldown LIST of Linear Colors - as a Variable (in a Struct)?

UE4.27

  1. I want to add a [LinearColor Variable] in a STRUCT.
  1. But when this STRUCT is added as a Variable Array in a DATA TABLE, I want the [LinearColor Variable] to be selectable by a predefined LIST - so that in the STRUCT/DT, I can see the actual Color bar - to select which color in the LIST to use.

  2. So how do I make this LinearColor LIST (what type of asset/Variable type does it need to be) - so that I can add it as a Variable to the STRUCT?

  3. I cant add a [DT Row handle Variable] (that contains a [LinearColor Variable]) - to the STRUCT - because then I dont see the actual Color bar, I only see the Row name.

  • (Which I know how to break to get the Color, but what I want is to pulldown-list-SELECT my [Linear Color] option by visuals of the color = faster to set.)
  1. I made a Function Library that contains a LinearColor list… but I cant add a [Function Library] as a Variable to a STRUCT?

Please help, thanks.

Can someone confirm if UE4.27 is even able to display a droplist with colorbars/icons, anything other than text?