Changelog:
Added enum
LastActionPerformed
Deprecated
GameJoltComponentEnum
(This will be removed in 1.7. UseLastActionPerformed
instead
Removed node 'Get User Token' (it's none of your business)
Made property
UserToken
private (same)Added node
Fetch All Trophies
as a wrapper forFetch Trophies
, because TArray inputs can't be made optional (see #52)Move the comments from .cpp to .h files so now every node should have commented input / output pins
Re-categorized some nodes
Improved log messages
Fixed a bug where the session nodes (
Open, Ping, Close
) wouldn't set theGameJoltComponentEnum
Removed node
Login Status
Fixed the return values for the session nodes (
Open, Ping, Close
)Logoff User
now resetsUserName
andUserToken
Link to git-tag: https://gitlab.com/f2p-entertainment/plugins/ue4-gamejoltapi/-/tags/1.6
On a side note: 1.7 will probably merge m_LoggedIn
and bGuest
so be prepared, if you use one of those
0 comments