I have a data table whereby it lists various static mesh files that I want to reference from my blueprints. But the data extracted is a static mesh object instead of a static mesh component variable. How do I convert it into a static mesh component?
Additionally, if I change the datatable struct to be static mesh component instead, it doesn’t allow me to key in my static mesh file references data. Only as static mesh object, it works.
The confusion often stems from the naming conventions. By default the Static Mesh Component is called:
But it is, in fact, the component. It can be renamed, it’s just a user unfriendly name in this instance.
Think of the Static Mesh Component as of a picture frame, while the Static Mesh is the canvas. Having one without the other does not really work. Not sure if that’s the best analogy. Hope it makes sense.