SRombauts / UEGitPlugin

Unreal Engine 5 Git LFS 2 Source Control Plugin (beta)
http://srombauts.github.io/UEGitPlugin
MIT License
811 stars 165 forks source link

Deprecated functions used in GitSourceControlUtils.cpp #91

Closed ClassyCircuit closed 5 years ago

ClassyCircuit commented 5 years ago

When building the project, compiler warns that deprecated functions are being used in this plugin.

\UE4GitPlugin\Source\GitSourceControl\Private\GitSourceControlUtils.cpp(187): warning C4996: 'FWindowsPlatformMisc::GetEnvironmentVariable': void FPlatformMisc::GetEnvironmentVariable(Name, Result, Length) is deprecated. Use FString FPlatformMisc::GetEnvironmentVariable(Name) instead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
SRombauts commented 5 years ago

Fixed thanks to @ccarvalheiro

CraftedCart commented 5 years ago

I don't think that was me ;P