Console Comands through aximmetry

 

Hi. I wanna know if its posible to send console comands through aximmetry to unreal engine to set up things like r.RayTracing.Reflections.SamplesPerPixel or r.RayTracing.Reflections.ScreenPercentage and thath such of things



Thanks!

   Unlock

 
Profile Image
Zoltan@Aximmetry
  -  

Hi,

Yes. The Command pin of the Execute Console Command node is text, therefore you can expose it to Aximmetry via a Get Aximmetry Text node. This way you can send any command line from Aximmetry.

Then you also have to expose a trigger that executes the command. On that please consult
https://aximmetry.com/learn/tutorials/for-aximmetry-de-users/passing-trigger-from-the-unreal-scene/