Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FEditorViewportClient
Description
Normally we disable all viewport rendering when the editor is minimized, but the render commands may need to be processed regardless (like if we were outputting to a monitor via capture card). This provides the viewport a way to keep rendering, regardless of the editor's window status.
| Name | WantsDrawWhenAppIsHidden |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/EditorViewportClient.h |
| Include Path | #include "EditorViewportClient.h" |
virtual bool WantsDrawWhenAppIsHidden() const