I’m accessing the Class Defaults of a class I have in a variable in a Blueprint. The Class Defaults for this particular class has a variable called Effect, which is a custom structure. If I right click on this Effect variable and expand it, it shows the members within the Effect Structure as you can see in the screen shot, which is Effect Id, Name and Description. The problem is that if I try to use any of these (i.e. pull a wire of any of these three pins within the Effect Structure) then I get an error about all of them, as you can see in the screen shot.
What does this error mean, and does this mean that it is not possible to get the values stored in a structure variable in the class defaults?