int32 Minor()

in Source/RiderSourceCodeAccess/Private/RiderPathLocator/RiderPathLocator.h [38:45]


	int32 Minor() const
	{
		if(Versions.Num() >= 2)
		{
			return Versions[1];
		}
		return INVALID_VERSION;
	}