How to find Object of Object class in memory using Unreal Engine Blueprints?

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?