Any way of getting the first person who imported an asset via Editor scripting blueprints?

Hello,

I’m trying to get the “owner” of an asset by getting who imported/uploaded the asset first in the content browser.
Is there any way of doing that using the new editor scripting in blueprints?

P.S: Without adding a custom metadata tag to the FBX on export

Thanks for the help :slight_smile:

I ended up using Perforce api to get the first revision of the source asset :slight_smile: