Navigation
Unreal Engine C++ API Reference > Runtime > AnalyticsET > IAnalyticsProviderET
References
Module | AnalyticsET |
Header | /Engine/Source/Runtime/Analytics/AnalyticsET/Public/IAnalyticsProviderET.h |
Include | #include "IAnalyticsProviderET.h" |
void SetAppID
(
FString && AppID
)
Remarks
Special setter to set the AppID, something that is not normally allowed for third party analytics providers.
Parameters
Name | Description |
---|---|
AppID | The new AppID to set |