Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils > API/Plugins/OnlineSubsystemUtils/IOnlineSubsystemUtils
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FName GetOnlineIdentifier
(
const FWorldContext& WorldContext, |
Gets an FName that uniquely identifies an instance of OSS | OnlineSubsystemUtils.h | |
FName GetOnlineIdentifier
(
const UWorld* World, |
Gets an FName that uniquely identifies an instance of OSS | OnlineSubsystemUtils.h |
GetOnlineIdentifier(const FWorldContext &, const FName)
Description
Gets an FName that uniquely identifies an instance of OSS
| Name | GetOnlineIdentifier |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Public/OnlineSubsystemUtils.h |
| Include Path | #include "OnlineSubsystemUtils.h" |
FName GetOnlineIdentifier
(
const FWorldContext & WorldContext,
const FName Subsystem
) const
an FName of format Subsystem:Context_Id in PlayInEditor or Subsystem everywhere else
Parameters
| Name | Remarks |
|---|---|
| WorldContext | the worldcontext associated with a particular subsystem |
| Subsystem | the name of the subsystem |
GetOnlineIdentifier(const UWorld *, const FName)
Description
Gets an FName that uniquely identifies an instance of OSS
| Name | GetOnlineIdentifier |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Public/OnlineSubsystemUtils.h |
| Include Path | #include "OnlineSubsystemUtils.h" |
FName GetOnlineIdentifier
(
const UWorld * World,
const FName Subsystem
) const
an FName of format Subsystem:Context_Id in PlayInEditor or Subsystem everywhere else
Parameters
| Name | Remarks |
|---|---|
| World | the world to use for context |
| Subsystem | the name of the subsystem |