Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils > API/Plugins/OnlineSubsystemUtils/IOnlineServicesEngineUtils
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FName GetOnlineIdentifier
(
const FWorldContext& WorldContext |
Gets an FName that uniquely identifies an instance of a world to differentiate online services for PIE | Online/OnlineServicesEngineUtils.h | |
FName GetOnlineIdentifier
(
const UWorld* World |
Gets an FName that uniquely identifies an instance of a world to differentiate online services for PIE | Online/OnlineServicesEngineUtils.h |
GetOnlineIdentifier(const FWorldContext &)
Description
Gets an FName that uniquely identifies an instance of a world to differentiate online services for PIE
| Name | GetOnlineIdentifier |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Public/Online/OnlineServicesEngineUtils.h |
| Include Path | #include "Online/OnlineServicesEngineUtils.h" |
FName GetOnlineIdentifier
(
const FWorldContext & WorldContext
) const
an FName that can be used with online services
Parameters
| Name | Remarks |
|---|---|
| WorldContext | the worldcontext |
GetOnlineIdentifier(const UWorld *)
Description
Gets an FName that uniquely identifies an instance of a world to differentiate online services for PIE
| Name | GetOnlineIdentifier |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Public/Online/OnlineServicesEngineUtils.h |
| Include Path | #include "Online/OnlineServicesEngineUtils.h" |
FName GetOnlineIdentifier
(
const UWorld * World
) const
an FName that can be used with Online Services
Parameters
| Name | Remarks |
|---|---|
| World | the world to use for context |