Procedural Dungeon ⏵ Room ⏵ Get Doors With
Get Doors With
Class: Room
Category: Room
Description
Returns the door actor shared with the provided room.
Returns null if the provided room is not connected with this.
Node
C++
void GetDoorsWith(const URoom* OtherRoom, TArray<ADoor*> Doors) const
Inputs
Name | Type | Description |
---|---|---|
Target | Room Object Reference | |
Other Room | Room Object Reference |
Outputs
Name | Type | Description |
---|---|---|
Doors | Array of Door Object References |