How do I get the full, absolute path of a content folder?

Look at implementation for UKismetSystemLibrary::GetSystemPath - it uses the FPaths::ConvertRelativePathToFull method to get it

2 Likes