Navigation
API > API/Plugins > API/Plugins/OnlineServicesCommon > API/Plugins/OnlineServicesCommon/Online
Inheritance Hierarchy
- IOnlineExecHandler
- FOnlineFunctionExecHandler
References
| Module | OnlineServicesCommon |
| Header | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/OnlineExecHandler.h |
| Include | #include "Online/OnlineExecHandler.h" |
Syntax
class FOnlineFunctionExecHandler : public UE::Online::IOnlineExecHandler
Remarks
Creates an exec handler for anything that can be stored in a TFunction
Constructors
| Type | Name | Description | |
|---|---|---|---|
FOnlineFunctionExecHandler
(
FunctionType&& InFunction, |
Overridden from IOnlineExecHandler
| Type | Name | Description | |
|---|---|---|---|
| bool | Exec
(
UWorld* World, |
||
| bool | Help
(
UWorld* World, |
Typedefs
| Name | Description |
|---|---|
| FunctionType |