Navigation
API > API/Runtime > API/Runtime/BandwidthDebugDelegates
| Name | IClientBandwidthGlobalDelegates |
| Type | class |
| Header File | /Engine/Source/Runtime/Online/Experimental/BandwidthDebugDelegates/Public/BandwidthDebugDelegates.h |
| Include Path | #include "BandwidthDebugDelegates.h" |
Syntax
class IClientBandwidthGlobalDelegates
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void AddTextToDebugDisplay
(
FStringView CategoryName, |
BandwidthDebugDelegates.h | ||
static FDelegateHandle BindToClearDebugInfoForTick
(
TFunction< void(FStringView)> Callback |
BandwidthDebugDelegates.h | ||
static FDelegateHandle BindToTextAdditionForDebugDisplay
(
TFunction< void(FStringView, FStringView, float, FColor, bool)> Callback |
BandwidthDebugDelegates.h | ||
static void ClearDebugInfoForTick
(
FStringView CategoryName |
BandwidthDebugDelegates.h | ||
static void UnbindAllToClearDebugInfoForTick
(
FDelegateHandle Handle |
BandwidthDebugDelegates.h | ||
static void UnbindAllToTextAdditionForDebugDisplay
(
FDelegateHandle Handle |
BandwidthDebugDelegates.h |