Copying //UE4/Dev-Editor to Dev-Main (//UE4/Dev-Main)

#rb none
#lockdown Nick.Penwarden

#ROBOMERGE-OWNER: ryan.vance
#ROBOMERGE-AUTHOR: chris.gagnon
#ROBOMERGE-SOURCE: CL 4837001 in //UE4/Main/...
#ROBOMERGE-BOT: DEVVR (Main -> Dev-VR)

[CL 4837006 by chris gagnon in Dev-VR branch]
This commit is contained in:
chris gagnon
2019-01-29 19:23:19 -05:00
parent 1fe492a990
commit 632b923945
2429 changed files with 683798 additions and 4471 deletions

View File

@@ -87,7 +87,7 @@ UObject* UScriptFactory::FactoryCreateText(UClass* InClass, UObject* InParent, F
// Need to make sure we compile with the new source code
FKismetEditorUtilities::CompileBlueprint(NewBlueprint);
FEditorDelegates::OnAssetPostImport.Broadcast(this, NewBlueprint);
GEditor->GetEditorSubsystem<UImportSubsystem>()->BroadcastAssetPostImport(this, NewBlueprint);
}
else
{