Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Online/Experimental/OnlineServices/Source/OnlineServicesInterface/Public/Online/OnlineAsyncOpHandle.h |
Include |
#include "Online/OnlineAsyncOpHandle.h" |
template<typename OpType>
class TOnlineAsyncOpHandle
Name | Description | |
---|---|---|
|
TOnlineAsyncOpHandle |
Name | Description | ||
---|---|---|---|
|
Cancel ( |
Cancel the operation |
|
|
EAsyncOpStat... |
GetState() |
Get the state of the operation |
|
TOnlineAsync... |
OnComplete ( |
|
|
TOnlineAsync... |
OnProgress ( |
Need to add a comment here explaining how this works: There's an optional first parameter that is a class instance (raw pointer or shared/weakptr/ref/weakobjptr). |
|
TOnlineAsync... |
OnWillRetry ( |