Communication between two actor classes

If you GetAllActorsOfClass, you won’t know which door you’re trying to talk to without an additional option like an FName or an FGameplayTag.

You should be using a class ADoor*, you need a pointer because you want to talk to a specific door.

You also would want to make it EditInstanceOnly instead of EditDefaultsOnly

1 Like