Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FEditorDelegates
Type
typedef TMulticastDelegate_TwoParams< void, UFactory &42;, UObject &42; > FOnAssetPostImport
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Editor.h |
| Include | #include "Editor.h" |
Remarks
Delegate type fired when new assets have been (re-)imported. Note: InCreatedObject can be NULL if import failed. Params: UFactory* InFactory, UObject* InCreatedObject