I can do GetIGameInterface()->GetSceneFileName(), but it only gives me the file name. How do I get the full path, for example c:\myfiles\test.max ?
I can do GetIGameInterface()->GetSceneFileName() , but it only gives me the file name. How
Share
This works:
GetCOREInterface()->GetCurFilePath();