I need to be able to change this svg’s color to green when a bool is true and back to red when it is false.
The button is made with FToolBarBuilder and the icon is an svg loaded in via FSlateIcon.
I need to be able to change this svg’s color to green when a bool is true and back to red when it is false.
The button is made with FToolBarBuilder and the icon is an svg loaded in via FSlateIcon.