I've been using the below code to get the filename and it's works fine for me. But I the file name WITHOUT extension(.uasset).
const FString fileName = FPaths::GetCleanFilename(filePath); Thanks in advance for your help.
I've been using the below code to get the filename and it's works fine for me. But I the file name WITHOUT extension(.uasset).
const FString fileName = FPaths::GetCleanFilename(filePath); Thanks in advance for your help.