Navigation
API > API/Plugins > API/Plugins/OnlineServicesCommon
| Name | IOnlineComponent |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/IOnlineComponent.h |
| Include Path | #include "Online/IOnlineComponent.h" |
Syntax
class IOnlineComponent
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IOnlineComponent() |
Online/IOnlineComponent.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Initialize() |
Called after component has been constructed. It is not safe to reference other components at this time. | Online/IOnlineComponent.h | |
void PostInitialize() |
Called after all components have been initialized. | Online/IOnlineComponent.h | |
void PreShutdown() |
Called before any component has been shutdown. | Online/IOnlineComponent.h | |
void Shutdown() |
Called right before the component is destroyed. It is not safe to reference any other components at this time. | Online/IOnlineComponent.h | |
void Tick
(
float DeltaSeconds |
Called every Tick. | Online/IOnlineComponent.h | |
void UpdateConfig() |
Called whenever we need to reload data from config. | Online/IOnlineComponent.h |