How To expose Variables from blueprint?

 

Hi. I have a Dynamic Weather Blueprint and I want to control it in Aximmetry. How would I expose Multiple Variables of the weather blueprint to the Level BP and assign Triggers etc. from there?

   Andrew

 
Profile Image
Andrew
  -  

So I have purchased this Ultra Dynamic Weather system from marketplace. Which does wonderful things. I dragged the blueprint into the Level BP window. Now I am wondering how to expose some of the features of this blueprint to Aximmetry. All the standard methods that I am aware of don''t work. I tried to trigger some of the functions with no result so far. Any help would be appreciated.

 
Profile Image
Eifert@Aximmetry
  -  

Hi,

You need Event BeginPlay instead of Event Tick for Get Aximmetry Trigger:

This is only true for the trigger data type, for other Aximmetry data types you use Event Tick, and no need for CustomEvent node in Unreal.

Also, you need to run the Scene for the blueprints to work:

And run Aximmetry in live sync.

Warmest regards,

;