Procedural Dungeon ⏵ Room Data ⏵ Does Pass All Constraints
Does Pass All Constraints
Class: Room Data
Category: Room Contraint
Node

C++
bool DoesPassAllConstraints(const URoomData* RoomData, FIntVector Location, EDoorDirection Direction)
Inputs
| Name | Type | Description |
|---|---|---|
| Room Data | Room Data Object Reference | |
| Location | Int Vector Structure | |
| Direction | EDoorDirection Enum |
Outputs
| Name | Type | Description |
|---|---|---|
| Return Value | Boolean | Does Pass All Constraints |