Navigation
API > API/Plugins > API/Plugins/OnlineServicesCommon
Creates an exec handler for anything that can be stored in a TFunction
| Name | FOnlineFunctionExecHandler |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/OnlineExecHandler.h |
| Include Path | #include "Online/OnlineExecHandler.h" |
Syntax
class FOnlineFunctionExecHandler : public UE::Online::IOnlineExecHandler
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOnlineFunctionExecHandler
(
FunctionType&& InFunction, |
Online/OnlineExecHandler.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FunctionType | TFunction< bool(UWorld *, const TCHAR *, FOutputDevice &)> | Online/OnlineExecHandler.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Function | FunctionType | Online/OnlineExecHandler.h | ||
| HelpString | FString | Online/OnlineExecHandler.h |
Functions
Public
Overridden from IOnlineExecHandler
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool Exec
(
UWorld* World, |
Online/OnlineExecHandler.h | ||
virtual bool Help
(
UWorld* World, |
Online/OnlineExecHandler.h |