Skip to main content
Version: 3.5

Procedural DungeonDungeon Graph ⏵ Get Room by Index

Get Room by Index

Class: Dungeon Graph
Category: Dungeon Graph

Description

Returns the room instance with the provided index.
Returns null if no room exists with the provided index.

Node

C++

URoom* GetRoomByIndex(int64 Index) const

Inputs

NameTypeDescription
TargetDungeon Graph Object Reference
IndexInteger64

Outputs

NameTypeDescription
Return ValueRoom Object ReferenceReturns the room instance with the provided index.
Returns null if no room exists with the provided index.