Figured out a work around for now. I’m using unreal engine python plugin in addition to pythonnet to import the .net assemblies and do what I need with them in a python script that sends the data back to a pyactor blueprint. If anybody can figure out a way to do it in just cpp though that’d be more ideal since now I have to include embedded python and etc in my binaries folder for packaging.