Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UEditorAssetSubsystem
Description
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.
| Name | GetOnExtractAssetFromFile |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Subsystems/EditorAssetSubsystem.h |
| Include Path | #include "Subsystems/EditorAssetSubsystem.h" |
FOnExtractAssetFromFile & GetOnExtractAssetFromFile()