Skip to main content
Version: 3.7

Procedural DungeonRoom ⏵ Get Max Relevancy Level

Get Max Relevancy Level

Class: Room
Category: Room

Description

Get the maximum relevancy level for this room.
The highest value, the farthest the room is from any player.
A value < 0 means no player has this room as relevant.

Node

C++

int32 GetMaxRelevancyLevel() const

Inputs

NameTypeDescription
TargetRoom Object Reference

Outputs

NameTypeDescription
Return ValueIntegerGet the maximum relevancy level for this room.
The highest value, the farthest the room is from any player.
A value < 0 means no player has this room as relevant.