Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface
Notification params of OnAsyncOpCompleted delegate.
| Name | FOnAsyncOpCompletedParams |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/OnlineServicesDelegates.h |
| Include Path | #include "Online/OnlineServicesDelegates.h" |
Syntax
struct FOnAsyncOpCompletedParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DurationInSeconds | double | The duration of the operation from start to complete. | Online/OnlineServicesDelegates.h | |
| InterfaceName | FString | Online/OnlineServicesDelegates.h | ||
| OnlineError | TOptional< UE::Online::FOnlineError > | The result of completed operation. | Online/OnlineServicesDelegates.h | |
| OnlineServices | TWeakPtr< IOnlineServices > | The OnlineServices instance. | Online/OnlineServicesDelegates.h | |
| OpName | FString | The name of completed operation. | Online/OnlineServicesDelegates.h |