Skip to main content
Version: 3.8

Procedural DungeonRoom ⏵ Get Min Relevancy Level

Get Min Relevancy Level

Class: Room
Category: Room

Description

Get minimum relevancy level for this room.
The lowest value, the closest the room is from any player.
A value < 0 means no player has this room as relevant.

Node

C++

int32 GetMinRelevancyLevel() const

Inputs

NameTypeDescription
TargetRoom Object Reference

Outputs

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