I have an Actor Component that has a Variable. I am able to set the Default Value of this Variable in the Details tab of the editor.
When I go to a Component or Actor that uses the Component, however, I am greeted by this sight:
There is no way to get at the default values I have exposed. It appears that I am expected to provide an existing instance for a Default Value for the entire component, but I am at a loss for how to even create an object that this interface would accept.
How in the world am I supposed to go about setting different default values for different Actors or other Owners of Components?