Where can I find information on using the “Get Actor Property” PCG Node to access variables inside of a struct.
I figured out how to get the Struct from the Blueprint (or at least I think I did) but i do not know how to break the struct like you would in blueprint graph to get the variables inside of the struct to then plug them into a PCG Graph Node input?
I set the Property Name to the name of the Struct Variable in the Blueprint, and have clicked option for getting object/struct. How would i get “Box Extents” variable from the assigned actor property “Wall Settings” struct in the blueprint?