Navigation
API > API/Plugins > API/Plugins/OnlineServicesEOSGS > API/Plugins/OnlineServicesEOSGS/Online
Inheritance Hierarchy
References
| |
|
| Module |
OnlineServicesEOSGS |
| Header |
/Engine/Plugins/Online/OnlineServicesEOSGS/Source/Public/Online/OnlineServicesEOSGSTypes.h |
| Include |
#include "Online/OnlineServicesEOSGSTypes.h" |
Syntax
template<typename ComponentHandlerClass, typename EOSHandle, typename EOSNotfyRegisterFunction, typename EOSNotfyUnregisterFunction, typename ComponentHandlerFunction>
class EOSEventRegistrationImpl : public UE::Online::EOSEventRegistration
Constructors
| |
Type |
Name |
Description |
 |
|
EOSEventRegistrationImpl
(
ComponentHandlerClass* HandlerClass,
EOSHandle ClientHandle,
int32_t ApiVersion,
EOSNotfyRegisterFunction NotfyRegisterFunction,
EOSNotfyUnregisterFunction NotfyUnregisterFunction,
ComponentHandlerFunction HandlerFunction
)
|
|
Destructors
| |
Type |
Name |
Description |
 |
|
|
|
Typedefs