Skip to content

UCrowdControlDeveloperSettings

Inherits UDeveloperSettingsBackedByCVars

Project-wide plugin configuration, available under Project Settings > CrowdControlSettings.

ini
[/Script/UnrealCrowdControl.CrowdControlDeveloperSettings]
GamePackID=UnrealDemo
ApplicationID=your-application-id
bStartSessionAutomatically=True

Public Attributes

FString

GamePackID

The game-pack ID issued by Crowd Control. It identifies the game and its effects. Defaults to UnrealDemo for testing.

FString

ApplicationID

The application ID issued by Crowd Control. When set, authentication uses the application auth-code flow; when empty, only the deprecated platform-login functions are available.

bool

bStartSessionAutomatically

Whether to start a game session automatically after authentication and subscription. Defaults to true.