Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateThrottleManager
Description
Explicitly disable Slate throttling. This is intended to be used for code-driven exemptions to Slate throttling such as interactive actions that require multiple refreshes & world ticks. For single refresh scenarios, consider FEditorViewportClient.Invalidate(false, false).
| Name | DisableThrottle |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Application/ThrottleManager.h |
| Include Path | #include "Application/ThrottleManager.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Application/ThrottleManager.cpp |
void DisableThrottle
(
bool bState
)
Parameters
| Name | Remarks |
|---|---|
| bState | true if throttling should be disabled. |