Procedural Dungeon ⏵ Dungeon 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
| Name | Type | Description |
|---|---|---|
| Target | Dungeon Graph Object Reference | |
| Index | Integer64 |
Outputs
| Name | Type | Description |
|---|---|---|
| Return Value | Room Object Reference | Returns the room instance with the provided index. Returns null if no room exists with the provided index. |