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 - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -