Summary
Compiler throws “Invalid access of internal function (/Verse.org/SceneGraph/execution_listenable:)Subscribe” when trying to subscribe to TickEvents.
Please select what you are reporting on:
Verse
What Type of Bug are you experiencing?
Verse
Steps to Reproduce
- Create any blank project with scene graph beta.
- Declare a new class that inherits from component.
- At OnBeginSimulation try to subscribe to TickEvents.PrePhysics or TickEvents.PostPhysics
Expected Result
Compiler to succeed the build of code.
Be able to subscribe to this events.
Observed Result
Compiler fails throwing:
“Invalid access of internal function (/Verse.org/SceneGraph/execution_listenable:)Subscribe”
Platform(s)
PC, UEFN
Upload an image
Additional Notes
In the first image you can see the declaration of the component and trying to subscribe at OnBeginSimulation with the compiler error.
The others images show the declaration of those members at the Verse.digest


