Custom volume meshes does not work for Volume Device.

Summary

When you set a custom volume mesh on a Volume Device, the Volume Device no longer trigger any event.

Please select what you are reporting on:

Unreal Editor for Fortnite

What Type of Bug are you experiencing?

Devices

Steps to Reproduce

  1. put a Volume Device on your scene
  2. create a new 500x500x500 box static mesh in modeling mode

In the Details panel of the Volume Device:

  1. set “Use Custom Shape” option to true
  2. set the Custom Volume Mesh with the box static mesh you created above (2.)
  3. send the “On Enter” event to a new Message Device

Expected Result

The Volume Device should trigger the Message Device and display.

Observed Result

The Volume Device doesn’t trigger the Message Device.

Platform(s)

PC

Additional Notes

The default sphere shape of the Volume Device does not work as well.
We can’t bind functions to events from the Volume Device Details panel. (Workarround: bind events from the targeted device Details panel.)