Navigation
API > API/Runtime > API/Runtime/StudioTelemetry > API/Runtime/StudioTelemetry/FStudioTelemetry
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TWeakPtr< IAnalyticsProvider > GetProvider () |
Access to the broadcast analytics provider for the system | StudioTelemetry.h | |
TWeakPtr< IAnalyticsProvider > GetProvider
(
const FString& ProviderName |
Access to the a specific named analytics provider within the system | StudioTelemetry.h |
GetProvider()
Description
Access to the broadcast analytics provider for the system
| Name | GetProvider |
| Type | function |
| Header File | /Engine/Source/Runtime/StudioTelemetry/Public/StudioTelemetry.h |
| Include Path | #include "StudioTelemetry.h" |
| Source | /Engine/Source/Runtime/StudioTelemetry/Private/StudioTelemetry.cpp |
TWeakPtr< IAnalyticsProvider > GetProvider()
GetProvider(const FString &)
Description
Access to the a specific named analytics provider within the system
| Name | GetProvider |
| Type | function |
| Header File | /Engine/Source/Runtime/StudioTelemetry/Public/StudioTelemetry.h |
| Include Path | #include "StudioTelemetry.h" |
| Source | /Engine/Source/Runtime/StudioTelemetry/Private/StudioTelemetry.cpp |
TWeakPtr< IAnalyticsProvider > GetProvider
(
const FString & ProviderName
)