UE4.27
- I want to add a [LinearColor Variable] in a STRUCT.
- (that will be added to a DT > Pic below).
-
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.
-
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?
-
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.)
- 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.