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.