I have some components that I’ve created with the +ADD button, and these components have reference variables that I intend to set to other components on the same actor.
Is this at all possible from the details panel exclusively? I don’t want to have to set up all of these through blueprint or C++ code, as it’ll get messy fast.
This is because I’m trying to recreate some MATB-II functionality for a small VR project, and since the functionality is quite complex actor components seem like the way to go to avoid copy paste and messy code.
Example below of what I’m after: