A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
UPixoCoreSettings Class ReferenceDefaultConfig

Pixo Core Settings This class represents the settings for the Pixo Core module. It is used to configure various aspects of the module's behavior. More...

#include <PixoCoreSettings.h>

Inheritance diagram for UPixoCoreSettings:
[legend]

Private Member Functions

 GENERATED_UCLASS_BODY ()
 

Private Attributes

FName MapAfterIntro
 UPROPERTY(Config, EditAnywhere, Category = "PixoCore", Meta = (DisplayName = "Map open after intro video", ToolTip = "Specify here the name of the level to open after into video have been played"))
 
FName MapAfterLogin
 UPROPERTY(Config, EditAnywhere, Category = "PixoCore", Meta = (DisplayName = "The map that follows after the login", ToolTip = "Specify here the map that follows after the login."))
 
bool OfflineMode
 UPROPERTY(Config, EditAnywhere, Category = "PixoCore", Meta = (DisplayName = "Activate possibility of offline mode", ToolTip = "Select this flag if you want to use offline mode in your app."))
 
float OfflineTime
 UPROPERTY(Config, EditAnywhere, Category = "PixoCore", Meta = (DisplayName = "Time in hours user can be in offline mode", ToolTip = "Specify here time in hours user can be in offline mode."))
 
FString TestServerIP
 UPROPERTY(Config, EditAnywhere, Category = "PixoCore", Meta = (DisplayName = "IP address for the Test Server", ToolTip = "Specify here the IP address of the Test Server."))
 

Detailed Description

Pixo Core Settings This class represents the settings for the Pixo Core module. It is used to configure various aspects of the module's behavior.

UCLASS(Config = Game, DefaultConfig)

Definition at line 17 of file PixoCoreSettings.h.

Member Function Documentation

◆ GENERATED_UCLASS_BODY()

UPixoCoreSettings::GENERATED_UCLASS_BODY ( )
private

Member Data Documentation

◆ MapAfterIntro

FName UPixoCoreSettings::MapAfterIntro
privateEditAnywhereConfig

UPROPERTY(Config, EditAnywhere, Category = "PixoCore", Meta = (DisplayName = "Map open after intro video", ToolTip = "Specify here the name of the level to open after into video have been played"))

Definition at line 54 of file PixoCoreSettings.h.

◆ MapAfterLogin

FName UPixoCoreSettings::MapAfterLogin
privateEditAnywhereConfig

UPROPERTY(Config, EditAnywhere, Category = "PixoCore", Meta = (DisplayName = "The map that follows after the login", ToolTip = "Specify here the map that follows after the login."))

Definition at line 33 of file PixoCoreSettings.h.

◆ OfflineMode

bool UPixoCoreSettings::OfflineMode
privateEditAnywhereConfig

UPROPERTY(Config, EditAnywhere, Category = "PixoCore", Meta = (DisplayName = "Activate possibility of offline mode", ToolTip = "Select this flag if you want to use offline mode in your app."))

Definition at line 40 of file PixoCoreSettings.h.

◆ OfflineTime

float UPixoCoreSettings::OfflineTime
privateEditAnywhereConfig

UPROPERTY(Config, EditAnywhere, Category = "PixoCore", Meta = (DisplayName = "Time in hours user can be in offline mode", ToolTip = "Specify here time in hours user can be in offline mode."))

Definition at line 47 of file PixoCoreSettings.h.

◆ TestServerIP

FString UPixoCoreSettings::TestServerIP
privateEditAnywhereConfig

UPROPERTY(Config, EditAnywhere, Category = "PixoCore", Meta = (DisplayName = "IP address for the Test Server", ToolTip = "Specify here the IP address of the Test Server."))

Definition at line 26 of file PixoCoreSettings.h.


The documentation for this class was generated from the following file: