I have a BP with a public class variable and depending on the class chosen in the editor, I want to display it’s corresponding parameters in the editor. I know it’s not possible to do so if the class is not instanciated but I found an example of what I want to do. In AIPerception, depending on the value of SensesConfig, different parameters are shown to the user in the editor.
How can I achieve that pls ?