Navigation
API > API/Plugins > API/Plugins/OnlineServicesCommon
Creates an exec handler that calls a class member function
| Name | TOnlineMemberFunctionExecHandler |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/OnlineExecHandler.h |
| Include Path | #include "Online/OnlineExecHandler.h" |
Syntax
template<typename T>
class TOnlineMemberFunctionExecHandler : public UE::Online::IOnlineExecHandler
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TOnlineMemberFunctionExecHandler
(
T* InObject, |
Online/OnlineExecHandler.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| MemberFunctionPtrType | bool(T::*)(UWorld *, const TCHAR *, FOutputDevice &) | Online/OnlineExecHandler.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Function | MemberFunctionPtrType | Online/OnlineExecHandler.h | ||
| HelpString | FString | Online/OnlineExecHandler.h | ||
| Object | T * | 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 |