Navigation
API > API/Runtime > API/Runtime/TelemetryUtils > API/Runtime/TelemetryUtils/FTelemetryRouter
Description
Register a callback to receive telemetry. The callback should return false if the sink is stale and should be removed from future consideration.
| Name | RegisterTelemetrySinkInternal |
| Type | function |
| Header File | /Engine/Source/Runtime/Analytics/TelemetryUtils/Public/TelemetryRouter.h |
| Include Path | #include "TelemetryRouter.h" |
| Source | /Engine/Source/Runtime/Analytics/TelemetryUtils/Private/TelemetryRouter.cpp |
void RegisterTelemetrySinkInternal
(
FGuid Key,
SIZE_T ExpectedSize,
FDelegateHandle InHandle,
TFunction < bool> Sink
)