This node is used to get a value from a struct.
This node doesn’t output all the values of the struct, you have to
request what you want. Using the example we used in the set_struct
page. If we want to get the name of the person, we should add a string
output and type “Name” which is the key that store the name of the
person.
Based on what you add.