Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FEditorViewportClient
Description
Toggles whether or not the viewport updates in realtime and returns the updated state. Note: This value is saved between editor sessions so it should not be used for temporary states. For that see SetRealtimeOverride
| Name | ToggleRealtime |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/EditorViewportClient.h |
| Include Path | #include "EditorViewportClient.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/EditorViewportClient.cpp |
bool ToggleRealtime()
The current state of the realtime flag.