2021-09-28
Features #
- Rewards can be configured to return a ‘smooth’ distribution
Fixes #
- Fixed intermittent test failures around the
MatchLifecyleRpc.MatchEndV2/V3endpoints
2021-09-28
Features #
- UnrealSDK
- Lobby Service
FPragmaLobbyDataandFPragmaLobbyPlayerare nowuobjects(names changed toU*) and can be accessed by blueprints.- Now keeps track of the most-recently-started
GameId. - Now has overloads that return
TFutures.
- All Pragma struct members are now
BlueprintReadOnly. - All Pragma structs have
==/!=operators generated. Pragma::TComparisonremoved, use==/!=operators.
- Lobby Service
- A new operator RPC for creating
UnsafeProvider(testing) accounts has been added
Integration Notes #
make run-with-confighas been fully replaced bymake run.MatchProcessedV1Notificationhas been removed in favor ofMatchProcessedV2Notification.PlayerMatchEndProcessor.generateUpdatesForPlayerhas been removed in favor ofPlayerMatchEndProcessor.buildUpdatesForPlayer.- All settings files, including integration test settings files, must have their settings within the
game:orsocial:nodes - The portal resources have been moved back into the engine jar; as a result, any
pom.xmlfiles generated for5-extwill have to be manually updated.
Deprecation #
- None