Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Application > API/Runtime/SlateCore/Application/FSlateThrottleManager
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Application/ThrottleManager.h |
| Include | #include "Application/ThrottleManager.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Application/ThrottleManager.cpp |
void DisableThrottle
&40;
bool bState
&41;
Remarks
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).
Parameters
| Name | Description |
|---|---|
| bState | true if throttling should be disabled. |