Navigation
API > API/Runtime > API/Runtime/SlateCore
A handle to a throttle request made to the throttle manager Throttles can only be ended by passing back a request
| Name | FThrottleRequest |
| Type | class |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Application/ThrottleManager.h |
| Include Path | #include "Application/ThrottleManager.h" |
Syntax
class FThrottleRequest
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FThrottleRequest() |
Application/ThrottleManager.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Index | int32 | Application/ThrottleManager.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValid() |
Whether or not the handle is valid | Application/ThrottleManager.h |