Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateThrottleManager
Description
Request to leave responsive mode. Note that this may not end responsive mode in the case that multiple EnterResponsiveMode requests were made
| Name | LeaveResponsiveMode |
| 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 LeaveResponsiveMode
(
FThrottleRequest & InHandle
)
Parameters
| Name | Remarks |
|---|---|
| InHandle | The handle that was created with EnterResponsiveMode |