Is there a way to add a HUD to a preview camera?

Hey everyone,

I am looking to add a HUD that I can turn on and off in the details panel. I am not currently making a game and cannot have it set up to turn on with event begin play.

Thank you all in advance for your time.

Widgets don’t exist outside of PIE. But perhaps a widget component is good enough:

Image from Gyazo

It will only work in world space but you can attach the component to a camera.

Great, will give this a shot. Thank you for taking the time to answer my question