Skip to main content
Version: 3.4

Procedural Dungeon ⏵ Read Only Room

Read Only Room

Class Details

Defined in: Public/Room.h
Hierarchy: Object → Interface → Read Only Room

Description

UInterface cannot be documented

Nodes

NameCategoryDescription
Are All Doors ConnectedRoomReturns true if all the doors of this room are connected to other rooms.
Count Connected DoorsRoomReturns true if all the doors of this room are connected to other rooms.
Get Bounds CenterRoomReturns the world center position of the room.
Get Bounds ExtentRoomReturns the world extents (half size) of the room.
Get DirectionRoomReturns the world extents (half size) of the room.
Get PositionRoomReturns the world extents (half size) of the room.
Get Room DataRoomReturns the room data asset of this room instance.
Get Room IDRoomReturns the unique ID (per-dungeon) of the room.
The first room has ID 0 and then it increases in the order of placed room.