Decimal to binary converter

No, it is possible in Blueprint i think, there is Bitwise AND node

Just do similar loop i showed you multiplaying i by 2 on each starting from 1, if result of AND is higher then 0 it means it has bit if 0 then no :slight_smile: remember you don’t need special loop node for that you can loop nodes together too, you just need to provide exit ot else you get infinite loop