Navigation
API > API/Plugins > API/Plugins/OnlineServicesCommon > API/Plugins/OnlineServicesCommon/TOnlineComponent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RegisterCommand
(
T MemberFunction |
Default handler: generic parsing of Params, log Result. | Online/OnlineComponent.h | |
void RegisterCommand
(
InterfaceType* Interface, |
Default handler: generic parsing of Params, log Result. | Online/OnlineComponent.h |
RegisterCommand(T)
Description
Default handler: generic parsing of Params, log Result.
| Name | RegisterCommand |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/OnlineComponent.h |
| Include Path | #include "Online/OnlineComponent.h" |
template<typename T>
void RegisterCommand
(
T MemberFunction
)
RegisterCommand(InterfaceType *, T)
Description
Default handler: generic parsing of Params, log Result.
| Name | RegisterCommand |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/OnlineComponent.h |
| Include Path | #include "Online/OnlineComponent.h" |
template<typename InterfaceType, typename T>
void RegisterCommand
(
InterfaceType * Interface,
T MemberFunction
)