Integrating ROS2 with UE5

What I want to do is somehow facilitate communication between ROS2 Topics (Not ROS1, I am aware those already exist) and UE5 Blueprints.

I also know of the ROSBridge plugin but from what I know that only works with ROS1 and even that needs a custom plugin from the UE5 side.

This would be important to me and if you think solving this is impossible for a single person I’d also like to know.

For a hypothetical goal for this integration imagine a Car game that gets the ‘W,A,S,D’ inputs from a ROS2 Topic and Sends back a Camera feed to another one.

Yes. Its possible. I use rapyuta plugin that work with unreal engine 5 in ubuntu 22.04. I use xbox controller send cmd vel topic to control the vehicle in the engine.