Hi, I am new to programming in unreal. I have prior knowledge of c++ programming. I have a simple question, how to get reference to an actor in the world using c++. I know using
GetActorOfClass() and GetAllActorsOfClass() but i don’t know how to work with these functions to get the actor reference.
So help me to solve this problem. Example program is much appreciated.