Checkbox Bug

Hi,

you need to set ImageType for checked brushes to ESlateBrushImageType::NoImage. By default it’s set to Vector and because of that your image is ignored and default svg is used (Engine\Content\Slate\Starship\CoreWidgets\CheckBox\check.scg).

I believe you can’t do this from blueprints.

1 Like