Procedural Dungeon ⏵ Room ⏵ Get All Doors
Get All Doors
Category: Room
Description
Fill an array with all the door actors connected to the room.
Node
C++
void GetAllDoors(TArray<ADoor*>& OutDoors) const
Inputs
Name | Type | Description |
---|---|---|
In | Exec | |
Target | Room Object Reference | |
Out Doors | Array of Door Object References | THIS IS NOT AN INPUT! This array will be emptied and then filled with the door actors. This is your result! |
Outputs
Name | Type | Description |
---|---|---|
Out | Exec |