Navigation
API > API/Plugins > API/Plugins/DisplayCluster > API/Plugins/DisplayCluster/IDisplayClusterViewportConfigura-
Description
Returns true if this DCRA is under an exclusive lock. While exclusively locked:
- No proxy actors may use this DCRA simultaneously.
- Default scene preview rendering is disabled.
- PIE rendering is disabled.
Intended for scenarios where a system (e.g. Movie Render Queue) requires sole ownership of the DCRA without interference.
| Name | IsExclusiveLocked |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Render/Viewport/IDisplayClusterViewportConfiguration.h |
| Include Path | #include "Render/Viewport/IDisplayClusterViewportConfiguration.h" |
bool IsExclusiveLocked() const