int32 Major()

in Source/RiderSourceCodeAccess/Private/RiderPathLocator/RiderPathLocator.h [29:36]


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