Skip to main content
Version: 3.7

Procedural Dungeon ⏵ Room Level

Room Level

Class Details​

Defined in: Public/RoomLevel.h
Hierarchy: Object → Actor → Level Script Actor → Room Level
Exposed in blueprint as: Blueprint Base Class | Variable Type

Description​

Level script actor for a room instance.
This class is used to manage the room instance and its bounds.

Events​

NameCategoryDescription
Actor Enter Room EventProcedural DungeonCalled when an actor enters the room bounds.
Actor Exit Room EventProcedural DungeonCalled when an actor exits the room bounds.
Visibility Changed EventProcedural DungeonEvent to notify when the visibility of the room has been toggled.

Properties​

NameTypeCategoryAccessorsDescription
DataURoomData*DataEdit Anywhere

Nodes​

NameCategoryDescription
Get Bounds CenterProcedural Dungeon
Get Bounds ExtentProcedural Dungeon
Get RoomProcedural Dungeon
Get Room DataProcedural Dungeon