Finding an Actor by name in Unreal Engine 4

Hello Everyone-

I’m having trouble finding an actor by name in UE4. I tried the

FindObject(nullptr, TEXT()) instruction, but had no luck.

What I’m trying to accomplish is have my Actor Script in the level, detect a mesh by it’s name / label when I run the game.

Thanks for your help in advance.

What are you trying to do? Reference an asset in C++?

Kind of. I want to locate a mesh by its name using the FindObject method.

Thanks.