![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <CoreOnlinePrivate.h>
Public Member Functions | |
| FString | ToString (const FAccountId &AccountId) const |
| FString | ToLogString (const FAccountId &AccountId) const |
| TArray< uint8 > | ToReplicationData (const FAccountId &AccountId) const |
| FAccountId | FromReplicationData (EOnlineServices Services, const TArray< uint8 > &RepData) |
Registry for storing account id's for unregistered services implementations.
| FAccountId UE::Online::FOnlineForeignAccountIdRegistry::FromReplicationData | ( | EOnlineServices | Services, |
| const TArray< uint8 > & | RepData | ||
| ) |
| FString UE::Online::FOnlineForeignAccountIdRegistry::ToLogString | ( | const FAccountId & | AccountId | ) | const |
| TArray< uint8 > UE::Online::FOnlineForeignAccountIdRegistry::ToReplicationData | ( | const FAccountId & | AccountId | ) | const |
| FString UE::Online::FOnlineForeignAccountIdRegistry::ToString | ( | const FAccountId & | AccountId | ) | const |