Skip to content
Snippets Groups Projects
Commit a9a2e30a authored by Lab1's avatar Lab1
Browse files

improve some default values

parent ccc9404e
Branches
Tags
No related merge requests found
...@@ -44,7 +44,7 @@ protected: ...@@ -44,7 +44,7 @@ protected:
// Check if should ask for debug Mode? // Check if should ask for debug Mode?
UPROPERTY(EditAnywhere, meta = (DisplayName = "Ask for Debug mode?", Category = "General Settings")) UPROPERTY(EditAnywhere, meta = (DisplayName = "Ask for Debug mode?", Category = "General Settings"))
bool bAskForDebugMode = true; bool bAskForDebugMode = false;
// Check if should try to use Python Automatic Remote star // Check if should try to use Python Automatic Remote star
UPROPERTY(EditAnywhere, meta = (DisplayName = "Use Automatic Remote VA Start via Python?", Category = "General Settings")) UPROPERTY(EditAnywhere, meta = (DisplayName = "Use Automatic Remote VA Start via Python?", Category = "General Settings"))
...@@ -65,11 +65,11 @@ protected: ...@@ -65,11 +65,11 @@ protected:
// Port for manual input // Port for manual input
UPROPERTY(EditAnywhere, meta = (Category = "Connection", DisplayName = "Always reconnect to VAServer when this level is started?")) UPROPERTY(EditAnywhere, meta = (Category = "Connection", DisplayName = "Always reconnect to VAServer when this level is started?"))
bool bReconnecToVAServer = false; bool bReconnecToVAServer = true;
// Read in File? // Read in File?
UPROPERTY(EditAnywhere, meta = (DisplayName = "Read an initial mapping file?", Category = "Directivity Manager")) UPROPERTY(EditAnywhere, meta = (DisplayName = "Read an initial mapping file?", Category = "Directivity Manager"))
bool bReadInitialMappingFile = true; bool bReadInitialMappingFile = false;
// File name of the Directivity mapping file (e.g., for chaning directivities dynamically based on phonemes) // File name of the Directivity mapping file (e.g., for chaning directivities dynamically based on phonemes)
// if not specified it will be ignored. // if not specified it will be ignored.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment