Releases: pubnub/unreal-engine
Releases · pubnub/unreal-engine
v0.2.3
v0.2.2
Add:
- Support for Unreal Engine 5.5
- Documentation in code
- CustomMessageType parameter to Publish, Signal and History functions
Modify:
- Rename many fields to be more intuitive and consistent across sdk. "Uuid" -> "User", "ChannelName" -> "Channel".
v0.2.1
Add:
- Json wrappers to Membership and Members functions
- Input validity checks
v0.2.0
Add:
- Wrappers to output Json Strings from server responses
- Android support as target platform
- Extended App Context functions
v0.1.7
Fixes:
- Fix some ways that could make plugin crash the engine
- Many other small fixes
v0.1.6
Fixes:
- Fix bug that plugin added by UE Marketplace had threads initialized incorrectly
Changes:
- Change SetSecretKeyAutomatically setting to be false by default
v0.1.5
Fixes:
- Fix plugin config not saving correctly
- Potential fix to plugin not working when added by UE Marketplace