Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface > API/Plugins/OnlineServicesInterface/Online
References
| Module | OnlineServicesInterface |
| Header | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/OnlineAsyncOpHandle.h |
| Include | #include "Online/OnlineAsyncOpHandle.h" |
Syntax
template<typename InRetValType, typename... ParamTypes>
class TOnlineCallback< InRetValType(ParamTypes...)>
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Bind
(
ConstructDelegateParamTypes&&... Params |
||
| void | ExecuteIfBound
(
ParamTypes&&... Params |
||
| void | Unbind () |
Typedefs
| Name | Description |
|---|---|
| DelegateSignature |