Skip to main content

Procedural DungeonRoom ⏵ 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

NameTypeDescription
InExec
TargetRoom Object Reference
Out DoorsArray of Door Object ReferencesTHIS IS NOT AN INPUT! This array will be emptied and then filled with the door actors. This is your result!

Outputs

NameTypeDescription
OutExec