motorsep
(motorsep)
1
Is it possible to select a few actors and create a volume (distance culling volume for example) around them automatically ?
Creating volumes and adjusting their size to encompass actors on the level is tedious, especially when there are many actors.
Thanks
P.S. If not possible, then it sounds like a useful feature to have (whether made by Epic or for Marketplace)
1 Like
I know this a very old post but since it came up first on google I’ll just leave this here.
You can make an editor utility blueprint that uses parent “Actor Action Utility” then create a function that works on Actors.
This allows you to:
- Select Actors
- Right click
- Select Scripted Actor Actions → Make Volume
- Choose the volume type in the prompt
Volume is created using the bounds of your selection.