Skip to main content
Version: 3.7

Procedural Dungeon ⏵ Dungeon Graph ⏵ Filter and Sort Rooms

Filter and Sort Rooms

Class: Dungeon Graph
Category: Dungeon Graph

Node

C++

bool FilterAndSortRooms(const TArray<URoomData*>& RoomList, const FDoorDef& FromDoor, TArray<FRoomCandidate> SortedRooms, const FScoreCallback& CustomScore) const

Inputs​

NameTypeDescription
InExec
TargetDungeon Graph Object Reference
Room ListArray of Room Data Object References
From DoorDoor Def Structure (by ref)
Custom ScoreDelegate (by ref)

Outputs​

NameTypeDescription
TrueExec
FalseExec
Sorted RoomsArray of Room Candidate Structures