I apologize if I've missed this in the training documents, but can anybody tell me if its possible to affect instanced materials in Aximmetry? For example, I have a screen that has a boarder on it. I want to change the boarder color inside of Aximmetry, without opening the project up in Unreal. Or I have a plane with an image on it and I want to swap out images during a show. Is this possible? Thank you.
Yes, you can control everything you can control though blueprints in UE4 from Aximmetry. The blueprint components for this all start with GetAximmetry…. To move an object you use GetAximmetryTransform. To change a parameter you would likely use GetAximmetryScalar. To send video to a screen use GetAximmetryVideo.