I’m having difficulties getting data from a PCG component into the construction script. The setup is very simple: I have a PCG graph outputting the points of a spline, and the PCG graph is linked to a PCG component in a blueprint.
I made a function calling the node Get Generated Graph Output from the PCG. After splitting the return value, the node’s output is an array (Returned Value Tagged Data) with the data from the PCG graph. The length of this array is 0 in the construction script and 1 (with data) in the Event Graph.
Does anyone know how I can get the data in the construction script?
Thanks.