Navigation
API > API/Runtime > API/Runtime/TelemetryUtils
| Name | FTelemetryUtils |
| Type | class |
| Header File | /Engine/Source/Runtime/Analytics/TelemetryUtils/Public/TelemetryUtils.h |
| Include Path | #include "TelemetryUtils.h" |
Syntax
class FTelemetryUtils : public IModuleInterface
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTelemetryUtils() |
TelemetryUtils.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FTelemetryUtils() |
TelemetryUtils.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Router | TUniquePtr< FTelemetryRouter > | TelemetryUtils.h |
Functions
Public
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FTelemetryUtils & Get() |
TelemetryUtils.h | ||
static FTelemetryRouter & GetRouter() |
Returns an object used for routing structured telemetry data between producers and consumers. | TelemetryUtils.h | |
static bool IsAvailable() |
TelemetryUtils.h |