Navigation
API > API/Plugins > API/Plugins/OnlineServicesCommon > API/Plugins/OnlineServicesCommon/Online
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< IOnlineExecHandler > | UE::Online::MakeExecHandler
(
TFunction< bool(UWorld*, const TCHAR*, FOutputDevice&)>&& Function, |
Creates an exec handler for anything that can be stored in a TFunction | |
| TUniquePtr< IOnlineExecHandler > | UE::Online::MakeExecHandler
(
T* Object, |
Creates an exec handler that calls a class member function |