Determine device/build type at runtime? (i.e. PC/iOS/Android/Mac, etc...)

I’ve got a few UI items that I want to either show or hide depending on the type of build it is. Sure I could go in and manually make the changes before each of my builds, but it would be so much easier if I could just bind these to a variable that tells me what type of device this is on. (For example, I’ve got some UI buttons that make sense on a touch device, but would never be accessible on a Windows platform (unless you had a touch screen, I guess)

Is there anything like this?

Thanks,

Rama has a plugin, that has this functionality.

Thanks, I’ll check that out! :slight_smile: In the meantime I’ve stumbled across a BP node “Get Platform Name” that I think will get me what I’m looking for.