How to create a static mesh object reference

Hi everyone,

I need to know a way for create a static mesh object reference. The goal is create a mesh reference from a full name, id or parameter given.

Thanks in advance.

Create a string table list; a struct with 3 variables: string, name, and static mesh reference; and an actor with a static mesh component added.

Hi,

A good solution, thanks very much. With your response I finished my task.

Have a good day !!