Can trivial conversions be automated in blueprints?

Hi Thomas,

Bool to Int exists, but wasn’t set up as an automatic conversion, and Bool to Float didn’t exist at all. I will add both to the autoconversion list. For now you can use Select Float if you want to go straight from bool to float to pick 0.0 or 1.0f.

Cheers,
Michael Noland