Mutable Pass Pose Asset into Macro Instance

I would like to create a Macro Library that accepts a PoseAsset input to pass along to Pose Mesh nodes. There doesn’t seem to be any way to specify the PoseAsset on the MacroInstance node and there is no node to connect to the PoseAsset pin to input to the MacroInstance. What is the intended way to pass a PoseAsset into a Macro Instance that has a PoseAsset input?

Steps to Reproduce

  1. Create Customizable Instance Macro Library
  2. Add PoseAsset Input
  3. Add Macro Instance to a CustomizableObject
  4. Try to pass in or specify a PoseAsset to the Macro Instance.

Hey there,

This is a future-facing feature that hasn’t been implemented yet. The goal is to have a PoseMesh Asset node and a PoseMesh variable node for dataless customizable objects.

Dustin