Skip to main content
Version: 3.4

Procedural DungeonRoom ⏵ Get All Doors

Get All Doors

Class: Room
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