You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
* @param OnSuccess This will be called when the operation succeeded.
168
+
* @param OnError This will be called when the operation failed.
169
+
*/
170
+
voidServerHeartbeat(const FVoidHandler& OnSuccess
171
+
, const FErrorHandler& OnError);
172
+
155
173
/**
156
174
* @brief Configure automatic shutdown, server will send shutdown request to DSM when there is no player on the DS for some periodical time after the DS is claimed. Must be called before calling RegisterServerToDSM or RegisterLocalServerToDSM
157
175
*
@@ -175,6 +193,32 @@ class ACCELBYTEUE4SDK_API ServerDSM : public FServerApiBase
0 commit comments