Hi everyone,
I’m currently working on a project in Unreal Engine 5.2, and I’m trying to find a way to expose parameters from a PCG Graph so I can change the Static Mesh used by the Static Mesh Spawner Node directly in the viewport — without having to open and edit the graph each time.
Basically, I’d like to have a setup where I can assign or switch meshes through the PCG component details panel, instead of editing the graph itself.
Is there a proper way to expose the Static Mesh parameter from the PCG Graph to make it editable per instance (for example, similar to how Blueprint exposed variables work)?
Thanks in advance for any insights or examples!
PS: I’ve attached two screenshots showing my current PCG Graph setup and how it’s being used in the scene, just for context.