PCG call back

I am building a dynamic ladder from a spline component with PCG in UE5.5.

I need to to build a data structure from the PCG generated meshes/actors/etc to support player interaction. What is the right way to hook a callback function into PCG to call C++ code (or at least a Blueprint function) that will have access to the generated points / data?