Generic State Machine and Graph/Tree Library

Hello,

I’m wondering if there is a generic state machine library and a generic graph/tree container library within the UE4?

I searched the API and did not find anything, neither a generic state machine nor a generic graph/tree container. I just wanted to ask if I just overlooked something before I start to either write my own solution or integrate a third party library.

Thanks and best regards,
Julian

As far as i know, there is no state machine out of the box support so you will have to build your own if you really want to( not so difficult) and regarding the ‘generic’ graph/tree container, i doubt they have that as well.

Hm… well thanks. I too thought that there is no generic state machine and graph/tree container. Just wanted to make sure, especially as the concepts are use throughout the engine.