Unreal Message Bus

Hello guys,
I’m trying to use the Unreal Message bus. I have used it in manny projects allready and works fine. Now I’m using 4.18 but I noticed I get the error that Messaging.h could not be found. Did they remove it or rename it? or did they change the approach? can some one help me out? :slight_smile:

you mean the file: Messaging/Public/Deprecated/Messaging.h that was completely removed with 4.18 an tells you “Monolithic headers should not be used by this module. Please change it to explicitly include the headers it needs.” since 4.15?

than try adding the interface you need from here

I’m not getting that warning but I will take a dive into the new messaging.