A Demo Project for the UnrealEngineSDK
|
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>
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.")) | |
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.
|
private |
|
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.
|
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.
|
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.
|
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.
|
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.