I’m looking for a way to hide the pointlight class billboard when it is a component in my blueprint class, I only want a dedicated billboard to show instead to represent the entire blueprint and all of it’s components in a scene
This would still be a nice ability to have (4.20). If you make an actor with several components, it’s a jumbled mess of icons, even if you set them to EditorOnly & Visible=False the sprites for the components still all show.
I find the billboards on the root components of blueprints really annoying. I created this function to set them to not be visible. It will also ignore any other billboards you have added to the bp. Should work for other things (like lights) too. Though I havent tried.