I want to change the images of a component
I want to see this:

But I only see this

This is my code:
UPROPERTY(EditAnywhere, meta = (BindWidget), Category="Header")
class UImage *Foreground = nullptr;
UPROPERTY(EditAnywhere, meta = (BindWidget), Category="Header")
class UImage *Background = nullptr;
How can I expose Brush property of the UImage?
Thank you so much!!