Custom Level Sequence Animation in Aximmetry

Custom Level Sequence Animation in Aximmetry

Hi,

I would like to ask if Aximmetry is able to trigger custom animation level sequence. Currently, I have a simple animation but I'm looking to do like multiple animated actors moving at one go with a press of the button. The image above is all happening in the level blueprint.

Another thing would be, if there is a possibility to do it, what kind of nodes or blueprints do we have to use in UE and also the logic side for DE? Much appreciated.

   AbeChew

Comments

huseen
  -  

You don't need to add a key in the sequence because the sequence will add a key in the aximmetry which can do everything at once.

Custom Level Sequence Animation in Aximmetry

AbeChew
  -  

Hey Huseen,  thanks for the reply and answer for the key trigger. May I know how to get the parameters for the sequence to be exposed inside DE? Can I ask if it's possible if you could screenshot the UE level blueprint alongside with DE? I'm trying to understand the bridge between UE to DE

Eifert@Aximmetry
  -  

Hi,

This page explains how to expose data or controls from Aximmetry to Unreal: https://aximmetry.com/learn/virtual-production-workflow/obtaining-graphics-and-virtual-assets/creating-content-for-aximmetry-de/additional-control-with-blueprints/ 

The Get Aximmetry Trigger node is a bit trickier than the others. However, it looks like you implemented it correctly in your screenshot.
Note: There is no straightforward way to send data from Unreal to Aximmetry, but in most cases, this is not necessary.

To create a Control Board button in Aximmetry to easily use that exposed trigger, you will need both a Control Board and a Pin Collector. In the Pin Collector, you can use a pin that is renamed as a Button:
Custom Level Sequence Animation in Aximmetry

We also have documentation pages for all three of these features:
Control Board: https://aximmetry.com/learn/virtual-production-workflow/scripting-in-aximmetry/flow-editor/special-compound-control-board/ 
Pin Collector: https://aximmetry.com/learn/virtual-production-workflow/scripting-in-aximmetry/flow-editor/special-compound-pin-collector/ 
Buttonhttps://aximmetry.com/learn/virtual-production-workflow/scripting-in-aximmetry/flow-editor/special-pin-names/

Warmest regards,