Navigation
API > API/Runtime > API/Runtime/DownlinkBandwidthManager
| Name | FManagedService |
| Type | struct |
| Header File | /Engine/Source/Runtime/Online/Experimental/DownlinkBandwidthManager/Public/DownlinkBandwidthManager.h |
| Include Path | #include "DownlinkBandwidthManager.h" |
Syntax
struct FManagedService
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FManagedService
(
FOnBandwidthUpdate&& CallBack |
DownlinkBandwidthManager.h | ||
FManagedService
(
const FManagedService& Copyable |
DownlinkBandwidthManager.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AllotedBandwidthKbps | int32 | DownlinkBandwidthManager.h | ||
| bActiveConnection | bool | DownlinkBandwidthManager.h | ||
| ConfigData | UE::BandwidthManager::FManagedServiceConfigurableData | DownlinkBandwidthManager.h | ||
| DebugName | FString | DownlinkBandwidthManager.h | ||
| OnBandwidthUpdate | FOnBandwidthUpdate && | Callback for subscriber to handle the new allotment that reports report back in Kbps | DownlinkBandwidthManager.h |