UPROPERTY -- Linear Color

You know how with the UPROPERTY you can expose a variable to folks inside the editor…For example, an INT and a FLOAT. BUT, I need to do that also for a LINEAR COLOR. Is that even possible? Thanks.

teak

I replied to you on Slack, but can’t you just make an FLinearColor as a UPROPERTY? Or is that type not allowed?

I’m an idiot… it was right in front of my face. I REALLY thought I roamed the doc site…