You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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:
@@ -112,7 +112,7 @@ void FTimespanStructCustomization::HandleTextBoxTextCommited(const FText& NewTex
|
||||
*(FTimespan*)RawDataInstance = ParsedTimespan;
|
||||
}
|
||||
|
||||
PropertyHandle->NotifyPostChange();
|
||||
PropertyHandle->NotifyPostChange(EPropertyChangeType::ValueSet);
|
||||
PropertyHandle->NotifyFinishedChangingProperties();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user