Removed default change type value for IPropertyHandle::NotifyPostChange, and fixed all usages of it.

#fyi matt.kuhlenschmidt

[CL 13884127 by sebastian nordgren in ue5-main branch]
This commit is contained in:
sebastian nordgren
2020-07-17 11:52:33 -04:00
parent 086ab4d0ea
commit f52f55d544
36 changed files with 121 additions and 118 deletions

View File

@@ -112,7 +112,7 @@ void FTimespanStructCustomization::HandleTextBoxTextCommited(const FText& NewTex
*(FTimespan*)RawDataInstance = ParsedTimespan;
}
PropertyHandle->NotifyPostChange();
PropertyHandle->NotifyPostChange(EPropertyChangeType::ValueSet);
PropertyHandle->NotifyFinishedChangingProperties();
}
}