Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemEOS
References
| Module | OnlineSubsystemEOS |
| Header | /Engine/Plugins/Online/OnlineSubsystemEOS/Source/OnlineSubsystemEOS/Public/EOSSettings.h |
| Include | #include "EOSSettings.h" |
Syntax
USTRUCT (BlueprintType )
struct FArtifactSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | ArtifactName | This needs to match what the launcher passes in the -epicapp command line arg | |
| FString | ClientEncryptionKey | Config key renamed to ClientEncryptionKey as EncryptionKey gets removed from packaged builds due to IniKeyDenylist=EncryptionKey entry in BaseGame.ini. | |
| FString | ClientId | ||
| FString | ClientSecret | ||
| FString | DeploymentId | ||
| FString | ProductId | ||
| FString | SandboxId |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FEOSArtifactSettings | ToNative () |