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
Name | Category | Description |
---|---|---|
Are All Doors Connected | Room | Returns true if all the doors of this room are connected to other rooms. |
Count Connected Doors | Room | Returns true if all the doors of this room are connected to other rooms. |
Get Bounds Center | Room | Returns the world center position of the room. |
Get Bounds Extent | Room | Returns the world extents (half size) of the room. |
Get Direction | Room | Returns the world extents (half size) of the room. |
Get Position | Room | Returns the world extents (half size) of the room. |
Get Room Data | Room | Returns the room data asset of this room instance. |
Get Room ID | Room | Returns the unique ID (per-dungeon) of the room. The first room has ID 0 and then it increases in the order of placed room. |