Hello guys,
I have questions about the scene graphs on UEFN.
When using it, it can access prefab props such as a light and some dors.
However, I am wondering if there is a tick capability or not.
Does anyone know about this?
Thanks,
Hello guys,
I have questions about the scene graphs on UEFN.
When using it, it can access prefab props such as a light and some dors.
However, I am wondering if there is a tick capability or not.
Does anyone know about this?
Thanks,
Custom Verse components can subscribe to TickEvents.PrePhysics
and TickEvents.PostPhysics
if they require ticking behaviour. A bit more info can be found at the bottom of Creating Your Own Component using Verse | Unreal Editor for Fortnite Documentation | Epic Developer Community
@Incredulous_Hulk
Thank you for the tips, I will check this.
By the way, does the scene which contains scene graphed data cannot distribute to UEFN island for now, I believe. So when will it be full released?
We do not yet have a release date for scene graph publishing to be enabled.