Is there an empty actor you can add to scenes?

Essentially I want an empty/blank actor with no mesh/etc. that just has position and rotation, to which I can add other actors as children.

Hi Vampatori,

You could create a Blueprint Actor (assign it an Arrow Component) and use that. Or you could add a Static Mesh to your level and set under Rendering in the Details section to “Actor HIdden In Game” show it doesn’t show up. If you’re going to be using it a lot, probably better to go the Blueprint route.

-W

That works great - thanks.