How to get the Source path from a Texture or asset?

Hello there,

i am trying to get the path of the source file from a texture, is this possible with Blueprints only?
So far i only found ways to get the path of the Uasset, but not much success to get the path of the actual image, that was used during import to create this Uasset.

Thanks in advance :slight_smile:

1 Like

Have you found the answer?

Unfortunately not :frowning:

I found a way just now of how to get the asset source path,

this is how to do it

You get the asset import data property from the object property then you put it into a asset import data cast (ex: FBX) and then get the filename function from the cast, and there you have it

Asset import types:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.