Normal - UEFN - Verse - Missing Function Calls for Elimination Manager Device


There are no ‘Enable/Disable’ calls within verse, even though it exists on the device as channels

Also missing is the ‘On Item Picked Up’ function to be exposed through verse

elimination_manager_device derives from base_item_spawn_device which has the Enable and Disable functions. It also has the event ItemPickedUpEvent. So you can call those functions on the elimination_manager_device and subscribe to that event.

2 Likes

Ahh, perfect, thank you!