Skip to content

fix: Initial Unreal 5 support#28

Open
crleona wants to merge 1 commit intomainfrom
unreal_5
Open

fix: Initial Unreal 5 support#28
crleona wants to merge 1 commit intomainfrom
unreal_5

Conversation

@crleona
Copy link

@crleona crleona commented Jun 13, 2025

Summary

  • compiles against the latest amplitude-ios sdk
  • adds support for unreal 5

Events seem to track from macOS. The settings editor plugin may not be writing to the correct place, I've manually set the following in DefaultEngine.ini to get things working (though I suspect I am over-specifying):

[Analytics]
ProviderModuleName=Amplitude
AmplitudeApiKey= APIKEY

[AnalyticsDevelopment]
ProviderModuleName=Amplitude
AmplitudeApiKey= APIKEY

[AnalyticsDebug]
ProviderModuleName=Amplitude
AmplitudeApiKey= APIKEY

[AnalyticsTest]
ProviderModuleName=Amplitude
AmplitudeApiKey= APIKEY

[AnalyticsRelease]
ProviderModuleName=Amplitude
AmplitudeApiKey=APIKEY

Checklist

  • Does your PR title have the correct title format?
  • Does your PR have a breaking change?: yes, ue5 support

@crleona crleona changed the title Initial Unreal 5 support fix: Initial Unreal 5 support Jun 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant