Instance Materials

 

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.

   norriss

 
Profile Image
TwentyStudios
  -  

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.

 
Profile Image
norriss
  -  

Would that be in the Level Blueprint or somewhere else?

 
Profile Image
TwentyStudios
  -  

It doesn’t have to be in the level blueprint, but it’s probably easiest to put it there.

 
Profile Image
norriss
  -  

Is there a tutorial on this? I'm not able to find the proper nodes to plug in to the "Get Aximmetry Color" node.

 
Profile Image
TiagooSousa87
  -  

go to blueprint UE, you have many blueprints to choose from to help with that.