[SCENE GRAPH] interactable_component doesn't work in Fall Guys islands

Summary

When you attach an interactable_component (or a subclass of interactable_component) to an entity, UI to interact doesn’t show up and players can’t, well, interact with the entity

Please select what you are reporting on:

Verse

What Type of Bug are you experiencing?

Verse

Steps to Reproduce

Turn on Scene Graph, place Entity, then add mesh_component and interactable_component (or a subclass of it) to it IN FALL GUYS ISLAND. Launch Live Edit or start the game, get close to the Entity

Expected Result

In Live Edit or after the game starts players would be able to see UI to interact with the entity and interact

Observed Result

In Live Edit or after game starts players CAN’T see the UI to interact

Platform(s)

PC (possibly all)

Video

Additional Notes

In the provided video you can see I put interactable_custom_component (subclass of interactable_component, Verse coide is provided) to entities with mesh_component of a sphere. UI with message “Interact” doesn’t show up in Live Edit or when game starts

Similair behavior happens when using Third Person Controller Device and Fixed Angle Camera Device in Fortnite isalnds. So I guess the problem is not with the Fall Guys islands per se but rather with different 3rd person camera contollers and setup