FLevelViewportLayout::IsViewportImmersive

Checks to see if the specified level viewport is in immersive mode

Unreal Engine C++ API Reference > Editor > LevelEditor > FLevelViewportLayout

References

   
Module LevelEditor
Header /Engine/Source/Editor/LevelEditor/Public/LevelViewportLayout.h
Include #include "LevelViewportLayout.h"
Source /Engine/Source/Editor/LevelEditor/Private/LevelViewportLayout.cpp
bool IsViewportImmersive
(
    [FName](API\Runtime\Core\UObject\FName) InViewport
) const

Remarks

Checks to see if the specified level viewport is in immersive mode true if the viewport is immersive, false otherwise

Parameters

Name Description
InViewport The viewport to check

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library