Procedural Dungeon ⏵ Room Visibility (Static) ⏵ Is In Visible Room
Is In Visible Room
Category: Procedural Dungeon
Description
Returns true if the actor is in a visible room.
Always returns true when "Occlude Dynamic Actors" is unchecked in the plugin's settings
Useful with "Custom" visibility.
Node
C++
bool IsVisible()
Inputs
Name | Type | Description |
---|---|---|
Target | Room Visibility (Static) Object Reference |
Outputs
Name | Type | Description |
---|---|---|
Return Value | Boolean | Returns true if the actor is in a visible room. Always returns true when "Occlude Dynamic Actors" is unchecked in the plugin's settings Useful with "Custom" visibility. |