Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FEditorViewportClient
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/EditorViewportClient.h |
| Include | #include "EditorViewportClient.h" |
virtual void RequestRealTimeFrames
&40;
uint64 NumRealTimeFrames
&41;
Remarks
Get the number of real-time frames to draw (overrides bRealtime)
When non-zero, the viewport will render RealTimeFrameCount frames in real-time mode, then revert back to bIsRealtime this can be used to ensure that not only the viewport renders a frame, but also that the world ticks
Parameters
| Name | Description |
|---|---|
| NumExtraFrames | The number of extra real time frames to draw |