Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Subsystems > API/Editor/UnrealEd/Subsystems/UEditorAssetSubsystem
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Subsystems/EditorAssetSubsystem.h |
| Include | #include "Subsystems/EditorAssetSubsystem.h" |
FOnExtractAssetFromFile & GetOnExtractAssetFromFile()
Remarks
Get the delegate for extracting an asset from a file, for example from a drag and drop operation. Add to this so you can do your own extraction.
Broadcasting this will also call anything added with AddOnExtractAssetFromFile.