Skip to content
Snippets Groups Projects
Commit 6fc4703d authored by Philipp Schäfer's avatar Philipp Schäfer
Browse files

VAReceiverActor: VAServer Launcher properties now use CanEditChange

parent 6564ee3a
No related branches found
No related tags found
1 merge request!9VAServerLauncher Improvement (now also sending reproduction type and ini)
...@@ -518,6 +518,13 @@ bool AVAReceiverActor::CanEditChange(const FProperty* InProperty) const ...@@ -518,6 +518,13 @@ bool AVAReceiverActor::CanEditChange(const FProperty* InProperty) const
return AddressSetting == EConnectionSetting::Manual; return AddressSetting == EConnectionSetting::Manual;
} }
if (InProperty->GetFName() == GET_MEMBER_NAME_CHECKED(AVAReceiverActor, RemoteVAStarterPort) ||
InProperty->GetFName() == GET_MEMBER_NAME_CHECKED(AVAReceiverActor, WhichVAServerVersionToStart) ||
InProperty->GetFName() == GET_MEMBER_NAME_CHECKED(AVAReceiverActor, VARendererIniFile))
{
return bAutomaticRemoteVAStart;
}
if (InProperty->GetFName() == GET_MEMBER_NAME_CHECKED(AVAReceiverActor, DirMappingFileName)) if (InProperty->GetFName() == GET_MEMBER_NAME_CHECKED(AVAReceiverActor, DirMappingFileName))
{ {
return bReadInitialMappingFile; return bReadInitialMappingFile;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment