Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Application
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Application/ThrottleManager.h |
| Include | #include "Application/ThrottleManager.h" |
Syntax
class FSlateThrottleManager
Remarks
A class which manages requests to throttle parts of the engine to ensure SlateUI performance
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Constructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | DisableThrottle
(
bool bState |
Explicitly disable Slate throttling. | |
| FThrottleRequest | Requests that we enter responsive mode. I.E throttle slow parts of the engine | ||
| FSlateThrottleManager & | Get () |
Gets the instance of this manager | |
| bool | Whether or not we allow expensive tasks which could hurt performance to occur | ||
| void | LeaveResponsiveMode
(
FThrottleRequest& InHandle |
Request to leave responsive mode. |