If I understand the problem correctly, you are trying to get a reference to another actor in a level.
There are multiple ways to go about this. The simplest method that meets your current requirements, may be to give the door a tag like “Cube01” and from the cube call the “GetAllActorsOfClassWithTag” node using your Door class and “Cube01” as your respective parameters.