Core: Change FCoreDelegates::OnObjectPropertyChanged to take the property change event as an additional parameter

[CL 2066450 by Michael Noland in Main branch]
This commit is contained in:
Michael Noland
2014-05-07 22:17:44 -04:00
committed by UnrealBot
parent 8fbf55f6f1
commit 1f34ce9e19
29 changed files with 31 additions and 30 deletions

View File

@@ -342,7 +342,7 @@ void FContentBrowserSingleton::SummonNewBrowser(bool bAllowLockedBrowsers)
}
}
void FContentBrowserSingleton::OnObjectPropertyChanged(UObject* ObjectBeingModified)
void FContentBrowserSingleton::OnObjectPropertyChanged(UObject* ObjectBeingModified, FPropertyChangedEvent& PropertyChangedEvent)
{
if ( !ensure(ObjectBeingModified) )
{