Pragma Engine 0.0.26

2021-07-06

Features #

  • Now supports OAuth PKCE security when authenticating with Discord. Pragma now accepts the code_verifier and passes it along to Discord to obtain a token.
  • MatchEndMetrics now accept optional as a list
    • Tags list expects format of key, value pairs. Compatible with datadog tags. Expects even number of entries
    • Example - [ "region", "na", "server", "1.2.3" ]
    • Note for datadog users: each unique combination of tags are indexed separately and therefore billed separately, so be judicious with your tag usages.
  • Unreal SDK Code Gen:
    • Fixed an issue causing some messages with the same name as a message in another package to not be included in the final output.