Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateRenderer
Description
Indicates the start of a new frame to the Renderer. This is usually handled by the engine loop but certain situations (ie, when the main loop is paused) may require manual calls.
| Name | BeginFrame |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Rendering/SlateRenderer.h |
| Include Path | #include "Rendering/SlateRenderer.h" |
virtual void BeginFrame() const