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

java - Ebean enhancement ignores a model -

ubuntu - How to disable Kernel Module Signing in linux -

SQL php on different pages to Insert (mysqli) -