turning [FileName] into lowercase
I'm using UE4 to upload some files to a server.
I need to turn the [Filename] into lowercase, so that i have some consistency across all names, even if the initial filename (setup by the user is not lowercase)
How can i achieve this?
I am aware of the php command strtolower, how can i use it with UE4
Cheers