In Unreal Engine C++ there is a function to find an object using FindObject. Is there an equivalent node in Blueprints in Actors/ActorComponents to find object in memory?
In Unreal Engine C++ there is a function to find an object using FindObject. Is there an equivalent node in Blueprints in Actors/ActorComponents to find object in memory?