GetAbs() for FIntVector

tbh don’t have a very big knowledge why it doesn’t in the low level, however with UKismetMathLibrary you can get abs of a vector directly.

	FVector MyVector = FVector( FIntVector(1,-1,1));
	UKismetMathLibrary::Vector_GetAbs(MyVector);