c++ - How to get Filename without extension in Unreal? -


i've been using below code filename , it's works fine me. file name without extension(.uasset).

const fstring filename = fpaths::getcleanfilename(filepath); 

thanks in advance help.

you can use fpaths::split that:

fpaths::split(filename,path,filenamewithoutextension,extension); 

Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - UML - How would you draw a try catch in a sequence diagram? -

c++ - Gamma correction doesn't look properly corrected, is this linear? -