You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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:
committed by
UnrealBot
parent
8fbf55f6f1
commit
1f34ce9e19
@@ -342,7 +342,7 @@ void FContentBrowserSingleton::SummonNewBrowser(bool bAllowLockedBrowsers)
|
||||
}
|
||||
}
|
||||
|
||||
void FContentBrowserSingleton::OnObjectPropertyChanged(UObject* ObjectBeingModified)
|
||||
void FContentBrowserSingleton::OnObjectPropertyChanged(UObject* ObjectBeingModified, FPropertyChangedEvent& PropertyChangedEvent)
|
||||
{
|
||||
if ( !ensure(ObjectBeingModified) )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user