Heya, Has anyone tried or know of anything existing inside of Unreal Engine which would be a Middleware to allow me to send and receive data from unreal engine to another application?
My current use case is to try and get the renders from cameras to another application.
I have attempted to try and integrate FastDDS for example but i get memory access violations when i’m running functions required for it to communicate.
I’ve attempted to use the Boost library and memory sharing, but had issues using the library effectively as i couldn’t set the memory address to a variable. I may revisit this again in the future though.
I’m looking at other libraries such as CycloneDDS as a next potential library to use but i’m hoping others have had luck in this area?
Thanks