diff --git a/Source/VAPlugin/Public/VAReceiverActor.h b/Source/VAPlugin/Public/VAReceiverActor.h index 4fea7122f830821875fadbf6b69840a2066e6be5..ee7b7d59c2660d9ae7f8d841f58dc37f2cbd3a70 100644 --- a/Source/VAPlugin/Public/VAReceiverActor.h +++ b/Source/VAPlugin/Public/VAReceiverActor.h @@ -44,7 +44,7 @@ protected: // Check if should ask for debug Mode? 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 UPROPERTY(EditAnywhere, meta = (DisplayName = "Use Automatic Remote VA Start via Python?", Category = "General Settings")) @@ -65,11 +65,11 @@ protected: // Port for manual input UPROPERTY(EditAnywhere, meta = (Category = "Connection", DisplayName = "Always reconnect to VAServer when this level is started?")) - bool bReconnecToVAServer = false; + bool bReconnecToVAServer = true; // Read in File? 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) // if not specified it will be ignored.